diff options
Diffstat (limited to 'include/libbb.h')
-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 f79d80d7f..0170085cb 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -260,6 +260,7 @@ DIR *warn_opendir(const char *path); | |||
260 | 260 | ||
261 | /* UNUSED: char *xmalloc_realpath(const char *path); */ | 261 | /* UNUSED: char *xmalloc_realpath(const char *path); */ |
262 | char *xmalloc_readlink(const char *path); | 262 | char *xmalloc_readlink(const char *path); |
263 | char *xmalloc_readlink_follow(const char *path); | ||
263 | char *xmalloc_readlink_or_warn(const char *path); | 264 | char *xmalloc_readlink_or_warn(const char *path); |
264 | char *xrealloc_getcwd_or_warn(char *cwd); | 265 | char *xrealloc_getcwd_or_warn(char *cwd); |
265 | 266 | ||