summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 93f55bee..f3e3ce47 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -177,6 +177,9 @@ void info(const char *format, ...);
void error(const char *format, ...);
void debug(const char *format, ...);
+void enable_debug();
+void disable_debug();
+
static inline int find_conn(int dd, int dev_id, long arg)
{
struct hci_conn_list_req *cl;