aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-06 12:00:39 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-06 12:00:39 +0000
commit7772c275be7480cb8424204debe5726fc4e9790a (patch)
tree37e1ec1e361da1347056461337e5be8e446e11a0 /include
parent07ed7a882813ffbab68dbba5fcd62e3507c47274 (diff)
downloadbusybox-w32-7772c275be7480cb8424204debe5726fc4e9790a.tar.gz
busybox-w32-7772c275be7480cb8424204debe5726fc4e9790a.tar.bz2
busybox-w32-7772c275be7480cb8424204debe5726fc4e9790a.zip
restore compare_string_array new interface (make broken by landley)
git-svn-id: svn://busybox.net/trunk/busybox@12690 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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 {
467} procps_status_t; 467} procps_status_t;
468 468
469extern procps_status_t * procps_scan(int save_user_arg0); 469extern procps_status_t * procps_scan(int save_user_arg0);
470extern unsigned short compare_string_array(const char *string_array[], const char *key); 470extern int compare_string_array(const char * const string_array[], const char *key);
471 471
472extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); 472extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret);
473 473