[db] Keep track of the current gsm_network
diff --git a/include/openbsc/db.h b/include/openbsc/db.h
index 61a3ac4..2036832 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();