diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index e80e76403..6a699a7e6 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -736,6 +736,7 @@ extern int bb_parse_mode(const char* s, mode_t* theMode); char *concat_path_file(const char *path, const char *filename); char *concat_subpath_file(const char *path, const char *filename); +const char *bb_basename(const char *name); /* NB: can violate const-ness (similarly to strchr) */ char *last_char_is(const char *s, int c); |