aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-02 00:01:36 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-02 00:01:36 +0000
commit6d6bc6e208efdcac54e0ce1487fc76732861bd79 (patch)
tree83ddadefc0a5fdf0d4722217fe4d2c9f04fc6049 /include
parent5715527897ffb01ec5790327a90e1be47385923a (diff)
downloadbusybox-w32-6d6bc6e208efdcac54e0ce1487fc76732861bd79.tar.gz
busybox-w32-6d6bc6e208efdcac54e0ce1487fc76732861bd79.tar.bz2
busybox-w32-6d6bc6e208efdcac54e0ce1487fc76732861bd79.zip
Move compare_string_array to libbb
git-svn-id: svn://busybox.net/trunk/busybox@6073 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 {
355} procps_status_t; 355} procps_status_t;
356 356
357extern procps_status_t * procps_scan(int save_user_arg0); 357extern procps_status_t * procps_scan(int save_user_arg0);
358extern unsigned short compare_string_array(const char *string_array[], const char *key);
358 359
359#endif /* __LIBCONFIG_H__ */ 360#endif /* __LIBCONFIG_H__ */