aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/db.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-12-28 22:51:39 +0000
committerHolger Freyther <zecke@selfish.org>2008-12-28 22:51:39 +0000
commitbde361064ae41d35b10ee44abf38ce867c858725 (patch)
tree31d48d9965668e618d9ad3cd99f97f82d8ff0282 /include/openbsc/db.h
parentaa0fb362c0d44d43320e15529e84920bf2d38771 (diff)
make it optional where the hlr database is stored
Add --database to define where the database is stored. The default was changed to not store the file in /tmp anymore.
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 e02bb6246..df703e04e 100644
--- a/include/openbsc/db.h
+++ b/include/openbsc/db.h
@@ -24,7 +24,7 @@
#include <openbsc/gsm_subscriber.h>
-int db_init();
+int db_init(const char *name);
int db_prepare();
int db_fini();