Add missing function protype

pull/581/head
Thomas Adam 2016-10-12 09:49:16 +01:00
parent b9dc855016
commit 0f7d39c410
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ static void format_cb_history_bytes(struct format_tree *,
static void format_cb_pane_tabs(struct format_tree *,
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 void format_add_cb(struct format_tree *, const char *, format_cb);
static void format_add_tv(struct format_tree *, const char *,