diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index 67d4eb170..3c563a96f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -521,8 +521,6 @@ typedef struct { | |||
521 | extern procps_status_t * procps_scan(int save_user_arg0); | 521 | extern procps_status_t * procps_scan(int save_user_arg0); |
522 | extern int compare_string_array(const char * const string_array[], const char *key); | 522 | extern int compare_string_array(const char * const string_array[], const char *key); |
523 | 523 | ||
524 | extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); | ||
525 | |||
526 | extern void print_login_issue(const char *issue_file, const char *tty); | 524 | extern void print_login_issue(const char *issue_file, const char *tty); |
527 | extern void print_login_prompt(void); | 525 | extern void print_login_prompt(void); |
528 | 526 | ||