aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_04_80.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-10 18:24:45 +0600
committerVadim Yanitskiy <axilirator@gmail.com>2018-01-10 22:17:37 +0600
commit6e19d1b2d56ba4e0b690157e228d6870c06fe5c6 (patch)
treed6b86fc171b13739661ba6f060332d98205d6945 /include/osmocom/msc/gsm_04_80.h
parent0774a539da30483791c7080555ed5be088255e42 (diff)
msc/gsm_04_80.h: use '#pragma once' instead of includes
This is a common include guard way for Osmocom projects. Change-Id: I5a12a742719d4deba0b9dfa8bb330c1986a727f6
Diffstat (limited to 'include/osmocom/msc/gsm_04_80.h')
-rw-r--r--include/osmocom/msc/gsm_04_80.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/msc/gsm_04_80.h b/include/osmocom/msc/gsm_04_80.h
index 52d2f4aed..7da45a09c 100644
--- a/include/osmocom/msc/gsm_04_80.h
+++ b/include/osmocom/msc/gsm_04_80.h
@@ -1,5 +1,4 @@
-#ifndef _GSM_04_80_H
-#define _GSM_04_80_H
+#pragma once
#include <osmocom/core/msgb.h>
#include <osmocom/gsm/protocol/gsm_04_80.h>
@@ -17,5 +16,3 @@ int gsm0480_send_ussd_reject(struct gsm_subscriber_connection *conn,
int msc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,
const char *text);
int msc_send_ussd_release_complete(struct gsm_subscriber_connection *conn);
-
-#endif