summaryrefslogtreecommitdiffstats
path: root/include/private-network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private-network.h')
-rw-r--r--include/private-network.h2
1 files changed, 1 insertions, 1 deletions
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);