aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_80.h
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-26 17:59:28 +0800
commit80dfa75df2541a04cbb74960f4fa07410ad443ef (patch)
tree72ff1c093ed1885ac89f0f83babefb14971cd1f8 /openbsc/include/openbsc/gsm_04_80.h
parentba81ab329ccaff7fe7632eef047fb1b3fa81f760 (diff)
gsm_04_80: Fix the style and move the '*' to the function
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_80.h')
-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 8a25554e9..a019594f7 100644
--- a/openbsc/include/openbsc/gsm_04_80.h
+++ b/openbsc/include/openbsc/gsm_04_80.h
@@ -23,7 +23,7 @@ int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
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