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 14:59:35 +02:00
parent 996aaf3f1e
commit 02c9780aa8
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,