summaryrefslogtreecommitdiff
path: root/obexd/src/log.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-06 11:44:05 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:48:22 +0100
commitcf7c506246335002da737cbb43147ad088c75566 (patch)
treec08fddb142978700cf0c7ee9ede4cc085ce1acc8 /obexd/src/log.h
parent8f04e6a2c4a645bcfa5fc828b6b957c5bc88a14c (diff)
downloadbluez-cf7c506246335002da737cbb43147ad088c75566.tar.gz
obexd: More cleanup for the logging code
Diffstat (limited to 'obexd/src/log.h')
-rw-r--r--obexd/src/log.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/obexd/src/log.h b/obexd/src/log.h
index 93d8dde7d..1bf1b058b 100644
--- a/obexd/src/log.h
+++ b/obexd/src/log.h
@@ -23,11 +23,12 @@
void info(const char *format, ...) __attribute__((format(printf, 1, 2)));
void error(const char *format, ...) __attribute__((format(printf, 1, 2)));
+
void obex_debug(const char *format, ...) __attribute__((format(printf, 1, 2)));
-void log_init(const char *ident, const char *debug, int log_option);
-void log_cleanup(void);
-void log_enable_debug(void);
+void __obex_log_init(const char *debug, int detach);
+void __obex_log_cleanup(void);
+void __obex_log_enable_debug(void);
struct obex_debug_desc {
const char *name;