include: Declare typedef as a function pointer

This commit is contained in:
Denis Kenzior 2011-05-24 13:20:04 -05:00
parent 42bed7b16a
commit 00c49a5ad7
1 changed files with 1 additions and 1 deletions

View 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);