msc/gsm_04_11.h: use forward-declaration for _gsm411_sms_trans_free()

Change-Id: I87f96abd2b2d446751d8f95c9164c5eb6a58e66c
This commit is contained in:
Vadim Yanitskiy 2018-11-21 20:51:51 +07:00
parent fb05bb4a60
commit c350c093c4
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,6 @@ struct gsm_sms *sms_from_text(struct vlr_subscr *receiver,
const char *sender_msisdn,
int dcs, const char *text);
void _gsm411_sms_trans_free(struct gsm_trans *trans);
int gsm411_send_sms_subscr(struct vlr_subscr *vsub,
struct gsm_sms *sms);
int gsm411_send_sms(struct gsm_subscriber_connection *conn,

View File

@ -31,6 +31,7 @@
void *tall_trans_ctx;
void _gsm48_cc_trans_free(struct gsm_trans *trans);
void _gsm411_sms_trans_free(struct gsm_trans *trans);
void _gsm911_nc_ss_trans_free(struct gsm_trans *trans);
/*! Find a transaction in connection for given protocol + transaction ID