From ff1a1388f1dd80d8d818736237c790e163a46c1d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 11 Nov 2019 10:48:12 -0800 Subject: Rearranged bb_browse() a little to include more of the setup work. --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bb.h') 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); -- cgit v1.2.3