aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:54:40 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:54:40 +0800
commite15ad48a828a46400dd62b5dafe247059f03b4a7 (patch)
tree8380c2f80312b5effa4d3c568e540449cac88ca8 /openbsc/src/ipaccess
parent6fc8791dbf83adad5f1da465f8500eaa3d00e48a (diff)
ipaccess-config: Silence compiler warning.
Diffstat (limited to 'openbsc/src/ipaccess')
-rw-r--r--openbsc/src/ipaccess/ipaccess-config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/ipaccess/ipaccess-config.c b/openbsc/src/ipaccess/ipaccess-config.c
index f27e51fdd..163e9ba71 100644
--- a/openbsc/src/ipaccess/ipaccess-config.c
+++ b/openbsc/src/ipaccess/ipaccess-config.c
@@ -614,6 +614,8 @@ static void print_help(void)
printf(" -w --write-firmware. This will dump the firmware parts to the filesystem. Use with -f.\n");
}
+extern void bts_model_nanobts_init();
+
int main(int argc, char **argv)
{
struct gsm_bts *bts;