summaryrefslogtreecommitdiff
path: root/gdhcp/gdhcp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-25 11:56:38 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-25 11:56:38 -0700
commitc4fd43a4ca1de3665407abe852a9a81ecdb1dd88 (patch)
treee6fa74a733d4cc79f1e7f2016f222aba171d876d /gdhcp/gdhcp.h
parent4faa2bedac24a8332f007f3f90219a156ccd444f (diff)
downloadconnman-c4fd43a4ca1de3665407abe852a9a81ecdb1dd88.tar.gz
connman-c4fd43a4ca1de3665407abe852a9a81ecdb1dd88.tar.bz2
connman-c4fd43a4ca1de3665407abe852a9a81ecdb1dd88.zip
Fix wrong prototype for DHCP client library reference counting
Diffstat (limited to 'gdhcp/gdhcp.h')
-rw-r--r--gdhcp/gdhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdhcp/gdhcp.h b/gdhcp/gdhcp.h
index b18300fc..6111ecb7 100644
--- a/gdhcp/gdhcp.h
+++ b/gdhcp/gdhcp.h
@@ -71,7 +71,7 @@ GDHCPClient *g_dhcp_client_new(GDHCPType type, int index,
int g_dhcp_client_start(GDHCPClient *client);
void g_dhcp_client_stop(GDHCPClient *client);
-void g_dhcp_client_ref(GDHCPClient *client);
+GDHCPClient *g_dhcp_client_ref(GDHCPClient *client);
void g_dhcp_client_unref(GDHCPClient *client);
void g_dhcp_client_register_event(GDHCPClient *client,