summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/gprs_msgb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gprs/gprs_msgb.h')
-rw-r--r--include/osmocom/gprs/gprs_msgb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/osmocom/gprs/gprs_msgb.h b/include/osmocom/gprs/gprs_msgb.h
index e277696b..06f5cca2 100644
--- a/include/osmocom/gprs/gprs_msgb.h
+++ b/include/osmocom/gprs/gprs_msgb.h
@@ -1,5 +1,4 @@
-#ifndef _LIBGB_MSGB_H
-#define _LIBGB_MSGB_H
+#pragma once
#include <stdint.h>
/* the data structure stored in msgb->cb for libgb apps */
@@ -34,4 +33,3 @@ struct libgb_msgb_cb {
#include <osmocom/core/logging.h>
int gprs_log_filter_fn(const struct log_context *ctx,
struct log_target *tar);
-#endif