aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-17 17:23:46 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-20 15:30:18 +0000
commitd0a887b28b4c3d609c9e8177ce43a9d70e19a03b (patch)
tree8f057215e1cb0b1cbaa985c335d3adb095a45a89 /src
parent4ae540695901e08aa3bfcb28af3389d53745dc5c (diff)
gprs_debug.h: remove unused cruft / cosmetic tweaks
Diffstat (limited to 'src')
-rw-r--r--src/gprs_debug.h21
1 files changed, 3 insertions, 18 deletions
diff --git a/src/gprs_debug.h b/src/gprs_debug.h
index 817c41e1..863d76bb 100644
--- a/src/gprs_debug.h
+++ b/src/gprs_debug.h
@@ -16,9 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-
-#ifndef GPRS_DEBUG_H
-#define GPRS_DEBUG_H
+
+#pragma once
#include <stdio.h>
#ifdef __cplusplus
@@ -29,6 +28,7 @@ extern "C" {
#ifdef __cplusplus
};
#endif
+
/* Debug Areas of the code */
enum {
DCSN1,
@@ -45,19 +45,4 @@ enum {
aDebug_LastEntry
};
-/* we don't need a header dependency for this... */
-
-struct gprs_nsvc;
-struct bssgp_bvc_ctx;
-
-void log_set_imsi_filter(struct log_target *target, const char *imsi);
-void log_set_nsvc_filter(struct log_target *target,
- struct gprs_nsvc *nsvc);
-void log_set_bvc_filter(struct log_target *target,
- struct bssgp_bvc_ctx *bctx);
-
extern const struct log_info gprs_log_info;
-
-
-
-#endif // GPRS_DEBUG_H