diff options
| author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-02 00:01:36 +0000 |
|---|---|---|
| committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-02 00:01:36 +0000 |
| commit | 6d6bc6e208efdcac54e0ce1487fc76732861bd79 (patch) | |
| tree | 83ddadefc0a5fdf0d4722217fe4d2c9f04fc6049 /include | |
| parent | 5715527897ffb01ec5790327a90e1be47385923a (diff) | |
| download | busybox-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.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__ */ |
