aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-04-01 04:32:53 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-04-09 18:57:33 +0000
commit01c0549af34ba859ab7ff859db25b6b34d0eb5bc (patch)
tree0d28a08593fc22740dcb7fab9e3e24ccf6a78f72 /include
parentb7d4065648b75180bf2fc7cc5f35eb9244265c63 (diff)
ussd.h: cosmetic: use '#pragma once' include guard
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/ussd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/msc/ussd.h b/include/osmocom/msc/ussd.h
index 84a3d6aa8..bc4227bb7 100644
--- a/include/osmocom/msc/ussd.h
+++ b/include/osmocom/msc/ussd.h
@@ -1,8 +1,5 @@
-#ifndef _USSD_H
-#define _USSD_H
+#pragma once
#include <osmocom/core/msgb.h>
int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);
-
-#endif