diff options
Diffstat (limited to 'include')
-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 { | |||
467 | } procps_status_t; | 467 | } procps_status_t; |
468 | 468 | ||
469 | extern procps_status_t * procps_scan(int save_user_arg0); | 469 | extern procps_status_t * procps_scan(int save_user_arg0); |
470 | extern unsigned short compare_string_array(const char *string_array[], const char *key); | 470 | extern int compare_string_array(const char * const string_array[], const char *key); |
471 | 471 | ||
472 | extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); | 472 | extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); |
473 | 473 | ||