aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-16 13:24:09 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-16 13:24:09 +0200
commitd1476bc603ff0411cc72ffa1af6422bb5d8f5f57 (patch)
tree576c28e9a6a4e3c99305803142de040599e8fa06 /openbsc/include
parent2c5f4c635a76a2b38971ccb31ac56b9266b79e4c (diff)
db: use ANSI (void) function declarations
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/db.h b/openbsc/include/openbsc/db.h
index 37011a16e..d0c85ea30 100644
--- a/openbsc/include/openbsc/db.h
+++ b/openbsc/include/openbsc/db.h
@@ -31,8 +31,8 @@ struct gsm_subscriber;
/* one time initialisation */
int db_init(const char *name);
-int db_prepare();
-int db_fini();
+int db_prepare(void);
+int db_fini(void);
/* subscriber management */
struct gsm_subscriber *db_create_subscriber(struct gsm_network *net,