include: Declare typedef as a function pointer
authorDenis Kenzior <denkenz@gmail.com>
Tue, 24 May 2011 18:20:04 +0000 (13:20 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 24 May 2011 18:20:18 +0000 (13:20 -0500)
include/private-network.h

index 8bdbd94..860d40a 100644 (file)
@@ -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);