summaryrefslogtreecommitdiff
path: root/gdhcp/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdhcp/common.h')
-rw-r--r--gdhcp/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdhcp/common.h b/gdhcp/common.h
index 740eb9cd..e4a42519 100644
--- a/gdhcp/common.h
+++ b/gdhcp/common.h
@@ -208,4 +208,4 @@ int dhcpv6_recv_l3_packet(struct dhcpv6_packet **packet, unsigned char *buf,
int dhcp_l3_socket_send(int index, int port, int family);
char *get_interface_name(int index);
-gboolean interface_is_up(int index);
+bool interface_is_up(int index);