From bde361064ae41d35b10ee44abf38ce867c858725 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 28 Dec 2008 22:51:39 +0000 Subject: 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. --- include/openbsc/db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/openbsc/db.h') 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 -int db_init(); +int db_init(const char *name); int db_prepare(); int db_fini(); -- cgit v1.2.3