From 2f0a5f947a6cff90e4e1caefff892ee235cbd381 Mon Sep 17 00:00:00 2001 From: "Vladimir N. Oleynik" Date: Tue, 6 Dec 2005 12:00:39 +0000 Subject: restore compare_string_array new interface (make broken by landley) --- include/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index 96dc46a..52d91c8 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); -- cgit v1.1