diff options
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-12-06 12:00:39 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | 2005-12-06 12:00:39 +0000 |
commit | 2f0a5f947a6cff90e4e1caefff892ee235cbd381 (patch) | |
tree | 37e1ec1e361da1347056461337e5be8e446e11a0 /include/libbb.h | |
parent | d4f15e95d6a66847eee99fb4bb2131d0622ba8b5 (diff) |
restore compare_string_array new interface (make broken by landley)
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 96dc46a09..52d91c826 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -467,7 +467,7 @@ 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); +extern int compare_string_array(const char * const string_array[], const char *key); extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); |