summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
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);