Move compare_string_array to libbb

This commit is contained in:
Glenn L McGrath
2002-12-02 00:01:36 +00:00
parent f112daa232
commit b963875a3e
4 changed files with 33 additions and 15 deletions

View File

@ -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__ */