aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-11-11 10:48:12 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-11-11 10:48:12 -0800
commitff1a1388f1dd80d8d818736237c790e163a46c1d (patch)
tree7c7cc821d54ebcf5932680958e4015946902bd65 /bb.h
parentb2f4d849850052ad7915771397396c60c2e0ad9e (diff)
Rearranged bb_browse() a little to include more of the setup work.
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);