mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 21:43:32 +00:00
gsm_04_80: Fix the style and move the '*' to the function
This commit is contained in:
@@ -19,7 +19,7 @@ int gsm0480_send_ussd_response(const struct msgb *in_msg, const char* response_t
|
|||||||
int gsm0480_send_ussd_reject(const struct msgb *msg,
|
int gsm0480_send_ussd_reject(const struct msgb *msg,
|
||||||
const struct ussd_request *request);
|
const struct ussd_request *request);
|
||||||
|
|
||||||
struct msgb * gsm0480_create_notifySS(const char *text);
|
struct msgb *gsm0480_create_notifySS(const char *text);
|
||||||
int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
|
int gsm0480_wrap_invoke(struct msgb *msg, int op, int link_id);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user