diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-26 10:45:26 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-11-26 10:45:26 +0000 |
commit | 0d9ad9dd2ee75f7b433779cebbe38e99b3b254aa (patch) | |
tree | 88ad65a7ac7c081822978ca80acc27ee4dd928ee /include/libbb.h | |
parent | 3082af9bcfed3f7ab3b39eaf7a02aa051043cbf1 (diff) | |
download | busybox-w32-0d9ad9dd2ee75f7b433779cebbe38e99b3b254aa.tar.gz busybox-w32-0d9ad9dd2ee75f7b433779cebbe38e99b3b254aa.tar.bz2 busybox-w32-0d9ad9dd2ee75f7b433779cebbe38e99b3b254aa.zip |
change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck
git-svn-id: svn://busybox.net/trunk/busybox@12535 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 70a9336d8..d1c6be670 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -466,7 +466,7 @@ typedef struct { | |||
466 | } procps_status_t; | 466 | } procps_status_t; |
467 | 467 | ||
468 | extern procps_status_t * procps_scan(int save_user_arg0); | 468 | extern procps_status_t * procps_scan(int save_user_arg0); |
469 | extern unsigned short compare_string_array(const char * const string_array[], const char *key); | 469 | extern int compare_string_array(const char * const string_array[], const char *key); |
470 | 470 | ||
471 | extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); | 471 | extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); |
472 | 472 | ||