9
0
Fork 0

gsm_04_80.h: cosmetic: whitespace fix

Change-Id: Ife129bc8b01122444511f6ee52e30cd6367f8593
This commit is contained in:
Vadim Yanitskiy 2018-01-10 22:24:07 +06:00 committed by Harald Welte
parent fc714cad6e
commit abc075031b
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@
struct gsm_subscriber_connection;
int gsm0480_send_ussd_response(struct gsm_subscriber_connection *conn,
const struct msgb *in_msg, const char* response_text,
const struct msgb *in_msg, const char* response_text,
const struct ss_request *req);
int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
const struct msgb *msg,
const struct msgb *msg,
const struct ss_request *request);
int msc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,