mirror of
https://github.com/tmux/tmux.git
synced 2025-11-08 13:36:04 +00:00
Add missing function protype
This commit is contained in:
3
format.c
3
format.c
@@ -63,6 +63,9 @@ static void format_cb_history_bytes(struct format_tree *,
|
|||||||
static void format_cb_pane_tabs(struct format_tree *,
|
static void format_cb_pane_tabs(struct format_tree *,
|
||||||
struct format_entry *);
|
struct format_entry *);
|
||||||
|
|
||||||
|
static void format_cb_current_path(struct format_tree *,
|
||||||
|
struct format_entry *);
|
||||||
|
|
||||||
static char *format_find(struct format_tree *, const char *, int);
|
static char *format_find(struct format_tree *, const char *, int);
|
||||||
static void format_add_cb(struct format_tree *, const char *, format_cb);
|
static void format_add_cb(struct format_tree *, const char *, format_cb);
|
||||||
static void format_add_tv(struct format_tree *, const char *,
|
static void format_add_tv(struct format_tree *, const char *,
|
||||||
|
|||||||
Reference in New Issue
Block a user