summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2011-07-21 16:57:57 +0200
committerHarald Welte2011-07-21 16:58:44 +0200
commit95f7eb288c4b8b69d61fa8d68957fb21f09e11e5 (patch)
tree3a0e4113c06d8bfd0d3f48b1d985c0b733c32361 /include
parentmake sure we don't have namespace clashes between libraries and apps (diff)
downloadlibosmocore-95f7eb288c4b8b69d61fa8d68957fb21f09e11e5.tar.gz
libosmocore-95f7eb288c4b8b69d61fa8d68957fb21f09e11e5.tar.xz
libosmocore-95f7eb288c4b8b69d61fa8d68957fb21f09e11e5.zip
remove DLRSL and DLNM, we don't need them
They are not used anywhere in our libraries, so they should be defined by the respective applications
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/core/logging.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h
index 20c1254..06d90e5 100644
--- a/include/osmocom/core/logging.h
+++ b/include/osmocom/core/logging.h
@@ -43,9 +43,7 @@ void logp(int subsys, char *file, int line, int cont, const char *format, ...) _
#define DLMUX -4
#define DLMI -5
#define DLMIB -6
-#define DLRSL -7
-#define DLNM -8
-#define OSMO_NUM_DLIB 9
+#define OSMO_NUM_DLIB 7
struct log_category {
uint8_t loglevel;