aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-28 19:40:08 +0000
committerRob Landley <rob@landley.net>2006-08-28 19:40:08 +0000
commitabfe107f7899145720741dd9051f9fe06fcd7030 (patch)
treec330a3b93c62f67b2099d030b6d8c016d902c01a /include
parent82ac9ecfe59e25606d6e4163ba182a547f9d7180 (diff)
downloadbusybox-abfe107f7899145720741dd9051f9fe06fcd7030.tar.gz
No real need for my_query_module() and this eliminates some type-punned
pointer warning on certain gcc versions (and saves 38 bytes).
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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 {
extern procps_status_t * procps_scan(int save_user_arg0);
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);
-
extern void print_login_issue(const char *issue_file, const char *tty);
extern void print_login_prompt(void);