summaryrefslogtreecommitdiffstats
path: root/src/customdhcpcd/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/customdhcpcd/socket.h')
-rw-r--r--src/customdhcpcd/socket.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/customdhcpcd/socket.h b/src/customdhcpcd/socket.h
index bdf26d0..1ab53ab 100644
--- a/src/customdhcpcd/socket.h
+++ b/src/customdhcpcd/socket.h
@@ -1,4 +1,4 @@
-/*
+/*
* dhcpcd - DHCP client daemon
* Copyright 2006-2008 Roy Marples <roy@marples.name>
* All rights reserved
@@ -35,12 +35,12 @@
void setup_packet_filters (void);
void make_dhcp_packet(struct udp_dhcp_packet *packet,
- const unsigned char *data, size_t length,
- struct in_addr source, struct in_addr dest);
+ const unsigned char *data, size_t length,
+ struct in_addr source, struct in_addr dest);
int open_socket (interface_t *iface, int protocol);
ssize_t send_packet (const interface_t *iface, int type,
- const unsigned char *data, size_t len);
+ const unsigned char *data, size_t len);
ssize_t get_packet (const interface_t *iface, unsigned char *data,
- unsigned char *buffer, size_t *buffer_len, size_t *buffer_pos);
+ unsigned char *buffer, size_t *buffer_len, size_t *buffer_pos);
#endif