aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/db.h')
-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();