Navigation Menu

Skip to content

Commit

Permalink
Fix vapi errors due to ipc_net_regist rename.
Browse files Browse the repository at this point in the history
Without that fix we have many errors such as this one:
  mediators_network.c: In function 'samsung_network_get_status_real_run_co':
  mediators_network.c:1473:21: error: dereferencing pointer to incomplete type

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
  • Loading branch information
Denis 'GNUtoo' Carikli authored and paulkocialkowski committed Sep 30, 2012
1 parent 96bfba2 commit 9c55caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vapi/samsung-ipc-1.0.vapi
Expand Up @@ -527,7 +527,7 @@ namespace SamsungIpc
GPRS,
}

[CCode (cname = "struct ipc_net_regist", destroy_function = "")]
[CCode (cname = "struct ipc_net_regist_response", destroy_function = "")]
public struct RegistrationMessage
{
public AccessTechnology act;
Expand Down

0 comments on commit 9c55caa

Please sign in to comment.