aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/osmocom/gprs
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 12:58:46 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 12:58:46 +0800
commit11461a64574314fbc4747fe6251ca000fdd56b75 (patch)
tree34544ffa05077405eccecdb28946f8a55a73ae8c /openbsc/include/osmocom/gprs
parente6599ee180564615e102312ec641f03f805752b0 (diff)
libgb/gprs: don't use log_info from libcommon anymore
Diffstat (limited to 'openbsc/include/osmocom/gprs')
-rw-r--r--openbsc/include/osmocom/gprs/gprs_msgb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/osmocom/gprs/gprs_msgb.h b/openbsc/include/osmocom/gprs/gprs_msgb.h
index 3567bb7f3..f4c855478 100644
--- a/openbsc/include/osmocom/gprs/gprs_msgb.h
+++ b/openbsc/include/osmocom/gprs/gprs_msgb.h
@@ -31,4 +31,7 @@ struct libgb_msgb_cb {
#define GPRS_CTX_NSVC 0
#define GPRS_CTX_BVC 1
+#include <osmocom/core/logging.h>
+int gprs_log_filter_fn(const struct log_context *ctx,
+ struct log_target *tar);
#endif