From 2d9057c497585c4eb76e5f3ad4f623da56a2e28c Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Fri, 24 Dec 2010 01:52:10 +0100 Subject: Changed naming convention on function names --- udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udp.c') diff --git a/udp.c b/udp.c index 4c1a383..68cb6c5 100644 --- a/udp.c +++ b/udp.c @@ -34,7 +34,7 @@ unsigned short in_cksum(unsigned short *addr, int len) return (answer); } -int sendCustomUDP(const int socket, const int ifindex, const unsigned char *sourcemac, const unsigned char *destmac, const struct in_addr *sourceip, const int sourceport, const struct in_addr *destip, const int destport, const unsigned char *data, const int datalen) { +int send_custom_udp(const int socket, const int ifindex, const unsigned char *sourcemac, const unsigned char *destmac, const struct in_addr *sourceip, const int sourceport, const struct in_addr *destip, const int destport, const unsigned char *data, const int datalen) { struct sockaddr_ll socket_address; /* -- cgit v1.2.3