aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index fc7e3af..5ea35ae 100644
--- a/bb.h
+++ b/bb.h
@@ -191,7 +191,7 @@ const column_t columns[] = {
};
// Functions
-void bb_browse(bb_t *bb);
+void bb_browse(bb_t *bb, const char *initial_path);
static void cleanup(void);
static void cleanup_and_raise(int sig);
static const char* color_of(mode_t mode);