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
This commit is contained in:
Vadim Yanitskiy 2018-04-01 04:31:56 +07:00
parent 39b5548808
commit b7d4065648
1 changed files with 0 additions and 2 deletions

View File

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