summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-10-30 15:22:22 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-10-30 15:22:22 +0000
commit80ecd35469885e6f8ef300819a994dd155550dcb (patch)
treea5be5f24fc0ba3eb3d321492fd8a13744a86f544 /hcid/hcid.h
parent2d7feb3118c551dc7906ce9aac04349348cb3904 (diff)
Move logging.c from hcid/ to common/
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index c109f7a2..3950abcd 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -29,6 +29,7 @@
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
+#include "logging.h"
#include "glib-ectomy.h"
#define HCID_CONFIG_FILE CONFIGDIR "/hcid.conf"
@@ -211,10 +212,3 @@ int read_link_key(bdaddr_t *local, bdaddr_t *peer, unsigned char *key);
int read_pin_length(bdaddr_t *local, bdaddr_t *peer);
int read_pin_code(bdaddr_t *local, bdaddr_t *peer, char *pin);
-void info(const char *format, ...);
-void error(const char *format, ...);
-void debug(const char *format, ...);
-void enable_debug();
-void disable_debug();
-void start_logging(const char *ident, const char *message);
-void stop_logging(void);