aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/debug.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-26 20:25:35 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-26 20:25:35 +0000
commit702d8707a96a6d11dffe4ad36b6cd22584bf1238 (patch)
treefa1e6a08cc2189d5d76edb72d368bf875f71bf4c /include/openbsc/debug.h
parent5d2f8eca60bbf126d88413301570b4d60140295d (diff)
working state up to location update and classmark inquiry
Diffstat (limited to 'include/openbsc/debug.h')
-rw-r--r--include/openbsc/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/debug.h b/include/openbsc/debug.h
index 02ae699c4..b95b1a7d4 100644
--- a/include/openbsc/debug.h
+++ b/include/openbsc/debug.h
@@ -17,6 +17,6 @@
#define DEBUGP(xss, fmt, args...)
#endif
-void debugp(int subsys, char *file, int line, const char *format, ...);
+void debugp(unsigned int subsys, char *file, int line, const char *format, ...);
#endif /* _DEBUG_H */