diff options
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
