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 a53e647d3..d2f9a9567 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -217,6 +217,7 @@ int ask_confirmation(void); | |||
| 217 | int klogctl(int type, char * b, int len); | 217 | int klogctl(int type, char * b, int len); |
| 218 | 218 | ||
| 219 | char *xgetcwd(char *cwd); | 219 | char *xgetcwd(char *cwd); |
| 220 | char *xreadlink(const char *path); | ||
| 220 | char *concat_path_file(const char *path, const char *filename); | 221 | char *concat_path_file(const char *path, const char *filename); |
| 221 | int last_char_is(const char *s, const int c); | 222 | int last_char_is(const char *s, const int c); |
| 222 | 223 | ||
