mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-01 20:43:47 +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,
|
||||
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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user