diff options
author | Tim Riker <tim@rikers.org> | 2002-12-14 01:58:59 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2002-12-14 01:58:59 +0000 |
commit | cf93274663877cb4d722a23d8c418470eb90332a (patch) | |
tree | a056983d1162502b58e2aca4c2ebf3c9c7b9c6be /include/libbb.h | |
parent | 6fe1960ff5e4c7c993a8bc3add5361ee55323afe (diff) | |
download | busybox-w32-cf93274663877cb4d722a23d8c418470eb90332a.tar.gz busybox-w32-cf93274663877cb4d722a23d8c418470eb90332a.tar.bz2 busybox-w32-cf93274663877cb4d722a23d8c418470eb90332a.zip |
rmmod -a removed modules recursively
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 5f437a95f..3523cc410 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -357,6 +357,8 @@ typedef struct { | |||
357 | extern procps_status_t * procps_scan(int save_user_arg0); | 357 | extern procps_status_t * procps_scan(int save_user_arg0); |
358 | extern unsigned short compare_string_array(const char *string_array[], const char *key); | 358 | extern unsigned short compare_string_array(const char *string_array[], const char *key); |
359 | 359 | ||
360 | extern int my_query_module(const char *name, int which, void **buf, size_t *bufsize, size_t *ret); | ||
361 | |||
360 | typedef struct llist_s { | 362 | typedef struct llist_s { |
361 | char *data; | 363 | char *data; |
362 | struct llist_s *link; | 364 | struct llist_s *link; |