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 { } procps_status_t; extern procps_status_t * procps_scan(int save_user_arg0); +extern unsigned short compare_string_array(const char *string_array[], const char *key); #endif /* __LIBCONFIG_H__ */ |