mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Remove format_create_flags and just pass flags to format_create.
This commit is contained in:
3
tmux.h
3
tmux.h
@ -1492,8 +1492,7 @@ char *paste_make_sample(struct paste_buffer *);
|
||||
#define FORMAT_STATUS 0x1
|
||||
#define FORMAT_FORCE 0x2
|
||||
struct format_tree;
|
||||
struct format_tree *format_create(void);
|
||||
struct format_tree *format_create_flags(int);
|
||||
struct format_tree *format_create(int);
|
||||
void format_free(struct format_tree *);
|
||||
void printflike(3, 4) format_add(struct format_tree *, const char *,
|
||||
const char *, ...);
|
||||
|
Reference in New Issue
Block a user