aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_debug.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-11-21 13:06:36 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-11-21 14:05:26 +0100
commit4f29fe7d1f85bf0d47024bf2c92f09165b11fe6e (patch)
tree7cdc53311c6c96b1f21f52a73151e521f541fb38 /src/gprs_debug.h
parent343c0ee8d9529247001e1b49320831ca40591514 (diff)
Convert gprs_debug.cpp to C
Diffstat (limited to 'src/gprs_debug.h')
-rw-r--r--src/gprs_debug.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index b683a634..320c7399 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -19,9 +19,6 @@
extern "C" {
#endif
#include <osmocom/core/logging.h>
-#ifdef __cplusplus
-};
-#endif
/* we used to have DBSSGP definded in each application, and applications telling
* libosmogb which sub-system to use. That creates problems and has been deprecated */
@@ -48,3 +45,7 @@ enum {
};
extern const struct log_info gprs_log_info;
+
+#ifdef __cplusplus
+};
+#endif