aboutsummaryrefslogtreecommitdiff
path: root/bb.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-11-06 17:21:44 +0100
committerBruce Hill <bruce@bruce-hill.com>2019-11-06 17:21:44 +0100
commitd577fa5a5608350d94c14a53c2c8116dd7306462 (patch)
tree346da2843f8cfe4d633e3671171a057da82709e9 /bb.h
parentaf82c6316a51ad890636211fbbca932dae7f9022 (diff)
Better error handling/reporting
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 34da658..9db73a4 100644
--- a/bb.h
+++ b/bb.h
@@ -206,7 +206,7 @@ static int is_simple_bbcmd(const char *s);
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);
+static char* normalize_path(const char *root, const char *path, char *pbuf);
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);