voicecall.h: declare struct ofono_modem

Fix a warning when only voicecall.h is included:
'struct ofono_modem declared' inside parameter list will not be visible
outside of this definition or declaration struct ofono_voicecall
*ofono_voicecall_create(struct ofono_modem *modem,...
This commit is contained in:
Alexander Couzens 2017-07-25 15:26:23 +02:00 committed by Denis Kenzior
parent 8ad77d5e10
commit 41ad1c1da0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ extern "C" {
#include <ofono/types.h>
struct ofono_modem;
struct ofono_voicecall;
typedef void (*ofono_voicecall_cb_t)(const struct ofono_error *error,