aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
Diffstat (limited to 'bb.h')
-rw-r--r--bb.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/bb.h b/bb.h
index cf505c3..df88b1e 100644
--- a/bb.h
+++ b/bb.h
@@ -169,8 +169,7 @@ const column_t columns[] = {
};
// Functions
-void bb_browse(bb_t *bb, const char *path);
-static int cd_to(bb_t *bb, const char *path);
+void bb_browse(bb_t *bb);
static void cleanup(void);
static void cleanup_and_exit(int sig);
static const char* color_of(mode_t mode);
@@ -186,7 +185,7 @@ static entry_t* load_entry(bb_t *bb, const char *path, int clear_dots);
static inline int matches_cmd(const char *str, const char *cmd);
static void* memcheck(void *p);
static void normalize_path(const char *root, const char *path, char *pbuf, int clear_dots);
-static void populate_files(bb_t *bb, int samedir);
+static int populate_files(bb_t *bb, const char *path);
static void print_bindings(int fd);
static void run_bbcmd(bb_t *bb, const char *cmd);
static void render(bb_t *bb);