diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index b65043cf3..17a5940ca 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -289,8 +289,6 @@ char *concat_path_file(const char *path, const char *filename); | |||
289 | char *concat_subpath_file(const char *path, const char *filename); | 289 | char *concat_subpath_file(const char *path, const char *filename); |
290 | char *last_char_is(const char *s, int c); | 290 | char *last_char_is(const char *s, int c); |
291 | 291 | ||
292 | extern long arith (const char *startbuf, int *errcode); | ||
293 | |||
294 | int read_package_field(const char *package_buffer, char **field_name, char **field_value); | 292 | int read_package_field(const char *package_buffer, char **field_name, char **field_value); |
295 | //#warning yuk! | 293 | //#warning yuk! |
296 | char *fgets_str(FILE *file, const char *terminating_string); | 294 | char *fgets_str(FILE *file, const char *terminating_string); |