From 610b98487df43799a30b76c1da267458f318efa1 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 21 May 2009 13:24:38 +0200 Subject: OpenBSC API change. modified: README modified: bootstrap.c modified: bootstrap.h modified: default/gsm.conf modified: gsm.cpp modified: gsm_conf.c --- bootstrap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.h') 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); -- cgit v1.2.3-55-g7522