aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/db.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2009-12-23 18:15:09 +0100
committerHarald Welte <laforge@netfilter.org>2009-12-24 10:13:46 +0100
commit28f811c87f939fc9d3523f85baa2b62a2629796d (patch)
tree3d2f9f18a0786d07801b484c586562aa37352d45 /openbsc/include/openbsc/db.h
parent4c70454bae4122b0c72c37fdaad0caa117c93888 (diff)
db: Fix compile warning, declare db_sms_get_unsent_by_subscr
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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 fca736493..8059668ed 100644
--- a/openbsc/include/openbsc/db.h
+++ b/openbsc/include/openbsc/db.h
@@ -46,6 +46,7 @@ int db_sync_equipment(struct gsm_equipment *equip);
/* SMS store-and-forward */
int db_sms_store(struct gsm_sms *sms);
struct gsm_sms *db_sms_get_unsent(struct gsm_network *net, int min_id);
+struct gsm_sms *db_sms_get_unsent_by_subscr(struct gsm_network *net, int min_subscr_id);
struct gsm_sms *db_sms_get_unsent_for_subscr(struct gsm_subscriber *subscr);
int db_sms_mark_sent(struct gsm_sms *sms);