summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/logging.h')
-rw-r--r--include/osmocom/vty/logging.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/vty/logging.h b/include/osmocom/vty/logging.h
index e0011bf9..9e4b98f9 100644
--- a/include/osmocom/vty/logging.h
+++ b/include/osmocom/vty/logging.h
@@ -1,5 +1,4 @@
-#ifndef _VTY_LOGGING_H
-#define _VTY_LOGGING_H
+#pragma once
#define LOGGING_STR "Configure log message to this terminal\n"
#define FILTER_STR "Filter log messages\n"
@@ -8,5 +7,3 @@ struct log_info;
void logging_vty_add_cmds(const struct log_info *cat);
struct vty;
struct log_target *osmo_log_vty2tgt(struct vty *vty);
-
-#endif /* _VTY_LOGGING_H */