summaryrefslogtreecommitdiffstats
path: root/bootstrap.h
diff options
context:
space:
mode:
authorAndreas Eversberg2009-05-21 13:24:38 +0200
committerAndreas Eversberg2009-05-21 13:24:38 +0200
commit610b98487df43799a30b76c1da267458f318efa1 (patch)
treee11e7c1ef0dbcb3e7616dc28d44cb5906d809b91 /bootstrap.h
parent- Debug option now works for GSM. (diff)
downloadlcr-610b98487df43799a30b76c1da267458f318efa1.tar.gz
lcr-610b98487df43799a30b76c1da267458f318efa1.tar.xz
lcr-610b98487df43799a30b76c1da267458f318efa1.zip
OpenBSC API change.
modified: README modified: bootstrap.c modified: bootstrap.h modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c
Diffstat (limited to 'bootstrap.h')
-rw-r--r--bootstrap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.h b/bootstrap.h
index 515774b..cc3277a 100644
--- a/bootstrap.h
+++ b/bootstrap.h
@@ -1,4 +1,4 @@
-void *bootstrap_network(int (*mncc_recv)(void *, int, void *),int bts_type, int mcc, int mnc, int lac, int arfcn, int cardnr, int release_l2, char *name_short, char *name_long, char *hlr, int allow_all);
-int shutdown_net(void *network);
+struct gsm_network *bootstrap_network(int (*mncc_recv)(struct gsm_network *, int, void *), int bts_type, int mcc, int mnc, int lac, int arfcn, int cardnr, int release_l2, char *name_short, char *name_long, char *hlr, int allow_all);
+int shutdown_net(struct gsm_network *network);