aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-04-01 04:31:56 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-04-09 18:57:33 +0000
commitb7d4065648b75180bf2fc7cc5f35eb9244265c63 (patch)
treebee4a9b0025b7afe9d721797c800017a4bf5498e
parent39b5548808a7cae88ec525b8841ceff46e6cea62 (diff)
ussd.h: cosmetic: remove useless comment
We usually put comments for functions in *.c files, while header files are usually plain listings of the API without comments. Change-Id: I6b0d1d9e1a1b1ffb71cb9905e74f6fad2333bb65
-rw-r--r--include/osmocom/msc/ussd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/msc/ussd.h b/include/osmocom/msc/ussd.h
index 266546811..84a3d6aa8 100644
--- a/include/osmocom/msc/ussd.h
+++ b/include/osmocom/msc/ussd.h
@@ -1,8 +1,6 @@
#ifndef _USSD_H
#define _USSD_H
-/* Handler function for mobile-originated USSD messages */
-
#include <osmocom/core/msgb.h>
int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);