diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-02 00:01:36 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-02 00:01:36 +0000 |
commit | b963875a3e7c57f7cce58205f15bbf426b796927 (patch) | |
tree | 83ddadefc0a5fdf0d4722217fe4d2c9f04fc6049 /include/libbb.h | |
parent | f112daa232122dd114933d04a9e415cfc61f1717 (diff) | |
download | busybox-w32-b963875a3e7c57f7cce58205f15bbf426b796927.tar.gz busybox-w32-b963875a3e7c57f7cce58205f15bbf426b796927.tar.bz2 busybox-w32-b963875a3e7c57f7cce58205f15bbf426b796927.zip |
Move compare_string_array to libbb
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 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__ */ |