X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdhcp%2Fcommon.h;h=5b6fe58179296099a496ce4a7bbca13c7b32cb7f;hb=5f06e7b159df42ceafafe9a7266148f658a91fad;hp=ade49cd2e160371a1cf0779e981487641cc44b67;hpb=0c5c862749c05193cf4c513628328c6db02b5222;p=framework%2Fconnectivity%2Fconnman.git diff --git a/gdhcp/common.h b/gdhcp/common.h index ade49cd..5b6fe58 100644 --- a/gdhcp/common.h +++ b/gdhcp/common.h @@ -165,9 +165,9 @@ void dhcp_init_header(struct dhcp_packet *packet, char type); int dhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt, uint32_t source_ip, int source_port, uint32_t dest_ip, int dest_port, - const uint8_t *dest_arp, int ifindex) ; + const uint8_t *dest_arp, int ifindex); int dhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt, uint32_t source_ip, int source_port, - uint32_t dest_ip, int dest_port) ; + uint32_t dest_ip, int dest_port); int dhcp_l3_socket(int port, const char *interface); int dhcp_recv_l3_packet(struct dhcp_packet *packet, int fd);