fixeria has uploaded this change for review.

View Change

gprs_llc.h: use '#pragma once'

Change-Id: Iff748fe68dbef83589bfb5e3bea5183deb365fa6
---
M include/osmocom/sgsn/gprs_llc.h
1 file changed, 1 insertion(+), 5 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/78/29278/1
diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h
index ce0e63c..2c6c98b 100644
--- a/include/osmocom/sgsn/gprs_llc.h
+++ b/include/osmocom/sgsn/gprs_llc.h
@@ -1,5 +1,4 @@
-#ifndef _GPRS_LLC_H
-#define _GPRS_LLC_H
+#pragma once

#include <stdint.h>
#include <stdbool.h>
@@ -284,6 +283,3 @@
/* LLME handling routines */
struct llist_head *gprs_llme_list(void);
struct gprs_llc_lle *gprs_lle_get_or_create(const uint32_t tlli, uint8_t sapi);
-
-
-#endif

To view, visit change 29278. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Iff748fe68dbef83589bfb5e3bea5183deb365fa6
Gerrit-Change-Number: 29278
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange