avoid a warning by declaring struct gprs_ra_id opaquely

This commit is contained in:
Neels Hofmeyr 2016-02-28 00:49:59 +01:00
parent 860a12977c
commit 306bf18ce6
1 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@
#include <osmocom/core/utils.h>
#include <osmocom/ranap/ranap_ies_defs.h>
struct gprs_ra_id;
#define RANAP_DEBUG(x, args ...) DEBUGP(_ranap_DRANAP, x, ## args)
extern int _ranap_DRANAP;