diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 3cf932dc4..66acc2278 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -212,6 +212,8 @@ char *xreadlink(const char *path); | |||
212 | char *concat_path_file(const char *path, const char *filename); | 212 | char *concat_path_file(const char *path, const char *filename); |
213 | char *last_char_is(const char *s, int c); | 213 | char *last_char_is(const char *s, int c); |
214 | 214 | ||
215 | extern long arith (const char *startbuf); | ||
216 | |||
215 | typedef struct file_headers_s { | 217 | typedef struct file_headers_s { |
216 | char *name; | 218 | char *name; |
217 | char *link_name; | 219 | char *link_name; |