aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-09 14:23:57 +0200
committerHarald Welte <laforge@gnumonks.org>2016-06-17 15:34:57 +0000
commitbfc9ff3118447fddc6fbe37d50524780504b5c6e (patch)
treefe9ec42c29bb1619231b9e66024e76731f30db75 /tests
parent6b60611a4ddc09855038e953b50bc92b9e0b9a3b (diff)
fix two compiler warnings: add two opaque struct declarations
Diffstat (limited to 'tests')
-rw-r--r--tests/stubs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stubs.c b/tests/stubs.c
index d6ef263c..aeb7014c 100644
--- a/tests/stubs.c
+++ b/tests/stubs.c
@@ -1,5 +1,8 @@
#include <osmo-bts/bts.h>
+struct femtol1_hdl;
+struct bts_model_set_dyn_pdch_data;
+
/*
* Stubs to provide an empty bts model implementation for testing.
* If we ever want to re-define such a symbol we can make them weak