aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:39:37 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:39:37 +0200
commit65fb0fda9d8c3de42ad86283b076c5a96763ed96 (patch)
treeb6b9532602dd990ca0ff4ba3f67332e91bff5b5d /openbsc/include/openbsc/gsm_04_11.h
parent2657abfe354bc548f2c90be2a627d927137cf1c8 (diff)
Forward declare methods to fix compiler warnings
Put the used method in the header files or use extern in the case of a vty method used by token_auth
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_11.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_04_11.h b/openbsc/include/openbsc/gsm_04_11.h
index bfa90b522..1851bba53 100644
--- a/openbsc/include/openbsc/gsm_04_11.h
+++ b/openbsc/include/openbsc/gsm_04_11.h
@@ -210,4 +210,7 @@ int gsm411_send_sms_lchan(struct gsm_lchan *lchan, struct gsm_sms *sms);
struct gsm_sms *sms_alloc(void);
void sms_free(struct gsm_sms *sms);
+void _gsm411_sms_trans_free(struct gsm_trans *trans);
+int gsm411_send_sms_subscr(struct gsm_subscriber *subscr,
+ struct gsm_sms *sms);
#endif