gsm_04_80: Fix the style and move the '*' to the function

This commit is contained in:
Holger Hans Peter Freyther
2010-07-26 17:59:28 +08:00
parent c882a0560d
commit c43a0ab856

View File

@@ -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