aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-26 17:59:28 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-29 04:23:25 +0800
commitc43a0ab8568a0b1bdb0d85e921750b66c761fba8 (patch)
tree06fc63edb42025697cd99ffdc0365f5c4f74b687
parentc882a0560d804800312f2ef79658c8f8103a2e0e (diff)
gsm_04_80: Fix the style and move the '*' to the function
-rw-r--r--openbsc/include/openbsc/gsm_04_80.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_04_80.h b/openbsc/include/openbsc/gsm_04_80.h
index bfe7aaa81..2a272c670 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -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