summaryrefslogtreecommitdiff
path: root/gdhcp/gdhcp.h
diff options
context:
space:
mode:
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 6111ecb7..586248ea 100644
--- a/gdhcp/gdhcp.h
+++ b/gdhcp/gdhcp.h
@@ -91,7 +91,7 @@ GList *g_dhcp_client_get_option(GDHCPClient *client,
int g_dhcp_client_get_index(GDHCPClient *client);
void g_dhcp_client_set_debug(GDHCPClient *client,
- GDHCPDebugFunc func, gpointer data);
+ GDHCPDebugFunc func, gpointer user_data);
#ifdef __cplusplus
}