summaryrefslogtreecommitdiffstats
path: root/include/private-network.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-05-24 13:20:04 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-05-24 13:20:18 -0500
commit00c49a5ad7405be46aa93c447c2a5be5120d81e2 (patch)
treec380622db180e4be0cdc98f4c294717d485db18f /include/private-network.h
parent42bed7b16a63e8601385388a552fcf317daa8c72 (diff)
downloadofono-00c49a5ad7405be46aa93c447c2a5be5120d81e2.tar.bz2
include: Declare typedef as a function pointer
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);