diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-09-05 16:20:30 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2017-09-05 10:37:07 -0500 |
commit | 67b097124c26e8e39d89cd0deebb9cb127a4997c (patch) | |
tree | 78f35eb0a8e928e061abc89ed62c7fa3396e73fc /include | |
parent | 1878f6954d2c221af726c2db4b2c60176958d19a (diff) | |
download | ofono-67b097124c26e8e39d89cd0deebb9cb127a4997c.tar.gz |
include/gprs-context.h: declare struct ofono_modem
Fix a warning.
./include/gprs-context.h:99:61: error: ‘struct ofono_modem’ declared
inside parameter list will not be visible outside of this definition
or declaration...
Diffstat (limited to 'include')
-rw-r--r-- | include/gprs-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gprs-context.h b/include/gprs-context.h index 5f54aa6a..38e5c09d 100644 --- a/include/gprs-context.h +++ b/include/gprs-context.h @@ -29,6 +29,7 @@ extern "C" { #include <ofono/types.h> struct ofono_gprs_context; +struct ofono_modem; /* * ETSI 123.003, Section 9.1: |