aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-09-30 17:55:43 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-09-30 17:55:43 +0000
commitdeabacdf91c6d1c3cfcdb4cd06780807193de81d (patch)
tree546e3aac68a3d6388a518f0bb8c5a64b6570f158 /networking/udhcp/common.h
parentd7b3350eb3eb8d906702db2d845196bab8c98e6e (diff)
downloadbusybox-deabacdf91c6d1c3cfcdb4cd06780807193de81d.tar.gz
move udhcp_{client/server}_config to common_bufsiz1
udhcp_run_script 1108 1151 +43 init_packet 209 210 +1 udhcpc_main 2395 2393 -2 udhcp_client_config 56 - -56 udhcp_server_config 88 - -88 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 2/1 up/down: 44/-146) Total: -102 bytes text data bss dec hex filename 771326 1029 9696 782051 beee3 busybox_old 771383 1029 9552 781964 bee8c busybox_unstripped
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r--networking/udhcp/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 33417af09..4864c8565 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -73,10 +73,6 @@ void udhcp_run_script(struct dhcpMessage *packet, const char *name);
/* from socket.h */
#define listen_socket udhcp_listen_socket
#define read_interface udhcp_read_interface
-/* from dhcpc.h */
-#define client_config udhcp_client_config
-/* from dhcpd.h */
-#define server_config udhcp_server_config
void udhcp_sp_setup(void);
int udhcp_sp_fd_set(fd_set *rfds, int extra_fd);