From 00c49a5ad7405be46aa93c447c2a5be5120d81e2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 24 May 2011 13:20:04 -0500 Subject: [PATCH] include: Declare typedef as a function pointer --- include/private-network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/private-network.h b/include/private-network.h index 8bdbd94d..860d40a6 100644 --- a/include/private-network.h +++ b/include/private-network.h @@ -34,7 +34,7 @@ struct ofono_private_network_settings { char *secondary_dns; }; -typedef void (ofono_private_network_cb_t)( +typedef void (*ofono_private_network_cb_t)( const struct ofono_private_network_settings *settings, void *data);