aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-02 00:01:36 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-02 00:01:36 +0000
commitb963875a3e7c57f7cce58205f15bbf426b796927 (patch)
tree83ddadefc0a5fdf0d4722217fe4d2c9f04fc6049 /include
parentf112daa232122dd114933d04a9e415cfc61f1717 (diff)
downloadbusybox-b963875a3e7c57f7cce58205f15bbf426b796927.tar.gz
Move compare_string_array to libbb
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
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__ */