aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-04-19 06:35:16 +0000
committerHolger Freyther <zecke@selfish.org>2009-04-19 06:35:16 +0000
commit36650b872fe9f125bc1a96b768d54407909a262b (patch)
treef3a649d7acc5a33682066d386930fb5b305ab596 /include
parentef7f7ce45219328e044479101aae732ac3979521 (diff)
[db] Keep track of the current gsm_network
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/db.h b/include/openbsc/db.h
index 61a3ac47c..203683257 100644
--- a/include/openbsc/db.h
+++ b/include/openbsc/db.h
@@ -26,7 +26,7 @@
#include <openbsc/gsm_subscriber.h>
/* one time initialisation */
-int db_init(const char *name);
+int db_init(const char *name, struct gsm_network *network);
int db_prepare();
int db_fini();