diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-29 22:51:25 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-29 22:51:25 +0000 |
commit | b6aae0f38194cd39960a898606ee65d4be93a895 (patch) | |
tree | b73c92aefaf614291a71d05e9d28ca68f4ef021b /networking/udhcp/common.h | |
parent | a41fdf331af344ecd3ec230a072857ea197e1890 (diff) | |
download | busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.tar.gz busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.tar.bz2 busybox-w32-b6aae0f38194cd39960a898606ee65d4be93a895.zip |
preparatory patch for -Wwrite-strings #2
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index ca05a9c2c..a80691b4a 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -89,8 +89,8 @@ void udhcp_sp_setup(void); | |||
89 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); | 89 | int udhcp_sp_fd_set(fd_set *rfds, int extra_fd); |
90 | int udhcp_sp_read(fd_set *rfds); | 90 | int udhcp_sp_read(fd_set *rfds); |
91 | int raw_socket(int ifindex); | 91 | int raw_socket(int ifindex); |
92 | int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp); | 92 | int read_interface(const char *interface, int *ifindex, uint32_t *addr, uint8_t *arp); |
93 | int listen_socket(uint32_t ip, int port, char *inf); | 93 | int listen_socket(uint32_t ip, int port, const char *inf); |
94 | int pidfile_acquire(const char *pidfile); | 94 | int pidfile_acquire(const char *pidfile); |
95 | void pidfile_write_release(int pid_fd); | 95 | void pidfile_write_release(int pid_fd); |
96 | int arpping(uint32_t yiaddr, uint32_t ip, uint8_t *arp, char *interface); | 96 | int arpping(uint32_t yiaddr, uint32_t ip, uint8_t *arp, char *interface); |