From b963875a3e7c57f7cce58205f15bbf426b796927 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 2 Dec 2002 00:01:36 +0000 Subject: Move compare_string_array to libbb --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 869a780..dec6df1 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -355,5 +355,6 @@ 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); #endif /* __LIBCONFIG_H__ */ -- cgit v1.1