Review at  https://gerrit.osmocom.org/7673

ussd.h: cosmetic: use '#pragma once' include guard

Change-Id: I0e78aa946b8e6bc7c31534751b2ee5c867bfd490
---
M include/osmocom/msc/ussd.h
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/73/7673/1

diff --git a/include/osmocom/msc/ussd.h b/include/osmocom/msc/ussd.h
index f77e0c9..b41eb8e 100644
--- a/include/osmocom/msc/ussd.h
+++ b/include/osmocom/msc/ussd.h
@@ -1,9 +1,6 @@
-#ifndef _USSD_H
-#define _USSD_H
+#pragma once
 
 #include <osmocom/core/msgb.h>
 
 /* Handler function for mobile-originated USSD messages */
 int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);
-
-#endif

-- 
To view, visit https://gerrit.osmocom.org/7673
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e78aa946b8e6bc7c31534751b2ee5c867bfd490
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilira...@gmail.com>

Reply via email to