aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
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);
736 736
737char *concat_path_file(const char *path, const char *filename); 737char *concat_path_file(const char *path, const char *filename);
738char *concat_subpath_file(const char *path, const char *filename); 738char *concat_subpath_file(const char *path, const char *filename);
739const char *bb_basename(const char *name);
739/* NB: can violate const-ness (similarly to strchr) */ 740/* NB: can violate const-ness (similarly to strchr) */
740char *last_char_is(const char *s, int c); 741char *last_char_is(const char *s, int c);
741 742