diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libbb.h b/include/libbb.h index 65c6b9f..0852104 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1109,9 +1109,6 @@ void bb_displayroutes(int noresolve, int netstatfmt) FAST_FUNC; /* Networking */ -int create_icmp_socket(void) FAST_FUNC; -int create_icmp6_socket(void) FAST_FUNC; -/* interface.c */ /* This structure defines protocol families and their handlers. */ struct aftype { const char *name; |