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 869a780b0..dec6df116 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -355,5 +355,6 @@ typedef struct { | |||
355 | } procps_status_t; | 355 | } procps_status_t; |
356 | 356 | ||
357 | extern procps_status_t * procps_scan(int save_user_arg0); | 357 | extern procps_status_t * procps_scan(int save_user_arg0); |
358 | extern unsigned short compare_string_array(const char *string_array[], const char *key); | ||
358 | 359 | ||
359 | #endif /* __LIBCONFIG_H__ */ | 360 | #endif /* __LIBCONFIG_H__ */ |