summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-07-25 15:26:23 +0200
committerDenis Kenzior <denkenz@gmail.com>2017-08-07 12:32:32 -0500
commit41ad1c1da0098ed0e975265e12659324d5c27df5 (patch)
tree0b97918f12764a0efa0ce91f00c89c2532c1d64c /include
parent8ad77d5e10befb0c36699f695cf69719453a43d0 (diff)
downloadofono-41ad1c1da0098ed0e975265e12659324d5c27df5.tar.gz
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,...
Diffstat (limited to 'include')
-rw-r--r--include/voicecall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index 4d0b3886..eb897e5e 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -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,