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 f79def321..a54ab4d5c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -272,6 +272,7 @@ int klogctl(int type, char * b, int len); | |||
272 | char *xgetcwd(char *cwd); | 272 | char *xgetcwd(char *cwd); |
273 | char *xreadlink(const char *path); | 273 | char *xreadlink(const char *path); |
274 | char *concat_path_file(const char *path, const char *filename); | 274 | char *concat_path_file(const char *path, const char *filename); |
275 | char *concat_subpath_file(const char *path, const char *filename); | ||
275 | char *last_char_is(const char *s, int c); | 276 | char *last_char_is(const char *s, int c); |
276 | 277 | ||
277 | extern long arith (const char *startbuf, int *errcode); | 278 | extern long arith (const char *startbuf, int *errcode); |