aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/db.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:54:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:54:02 +0200
commit34e97495a600cb5c724e68248d059e0c83e88d82 (patch)
treea626dd021a58d391a706b0b4b9bc46c8885bd8dd /openbsc/include/openbsc/db.h
parentd2aba2774478bf64b3c6034104eba2b53d9fd442 (diff)
misc: Add prototypes to header files, include more header files
Fix various warnings about implicit declarations of functions.
Diffstat (limited to 'openbsc/include/openbsc/db.h')
-rw-r--r--openbsc/include/openbsc/db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/db.h b/openbsc/include/openbsc/db.h
index eef42f6fb..d7547d601 100644
--- a/openbsc/include/openbsc/db.h
+++ b/openbsc/include/openbsc/db.h
@@ -39,6 +39,7 @@ struct gsm_subscriber* db_get_subscriber(struct gsm_network *net,
int db_sync_subscriber(struct gsm_subscriber* subscriber);
int db_subscriber_alloc_tmsi(struct gsm_subscriber* subscriber);
int db_subscriber_assoc_imei(struct gsm_subscriber* subscriber, char *imei);
+int db_sync_equipment(struct gsm_equipment *equip);
/* SMS store-and-forward */
int db_sms_store(struct gsm_sms *sms);