include: Add proper predeclaration for struct in mncc.h

We use them, so declare them. (avoid including all gsm_data.h)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-12-01 22:38:51 +01:00
parent 81a8bf1039
commit 98b53cba06
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
#include <osmocore/linuxlist.h>
#include <osmocore/mncc.h>
struct gsm_network;
/* One end of a call */
struct gsm_call {
struct llist_head entry;