diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index d1c6be670..96dc46a09 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -232,6 +232,7 @@ extern char *bb_askpass(int timeout, const char * prompt); | |||
232 | 232 | ||
233 | extern int device_open(const char *device, int mode); | 233 | extern int device_open(const char *device, int mode); |
234 | 234 | ||
235 | extern char *query_loop(const char *device); | ||
235 | extern int del_loop(const char *device); | 236 | extern int del_loop(const char *device); |
236 | extern int set_loop(char **device, const char *file, int offset); | 237 | extern int set_loop(char **device, const char *file, int offset); |
237 | 238 | ||
@@ -466,7 +467,7 @@ typedef struct { | |||
466 | } procps_status_t; | 467 | } procps_status_t; |
467 | 468 | ||
468 | extern procps_status_t * procps_scan(int save_user_arg0); | 469 | extern procps_status_t * procps_scan(int save_user_arg0); |
469 | extern int compare_string_array(const char * const string_array[], const char *key); | 470 | extern unsigned short compare_string_array(const char *string_array[], const char *key); |
470 | 471 | ||
471 | 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); |
472 | 473 | ||