From 0c96e020cd279cba67274d20d7895939e52d1593 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 Jul 2010 13:44:11 -0700 Subject: Add minimal debug support for DHCP client library --- gdhcp/gdhcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdhcp/gdhcp.h') 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 } -- cgit v1.2.3