diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-03-09 19:43:40 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-03-09 19:43:40 +0000 |
commit | a476163c9d9ee1c1c295ce3f9bc8858d33d51b92 (patch) | |
tree | bfced2faad249113fd78b4b4d79bdf11bb9242fe /hcid/hcid.h | |
parent | 0df89f0370532854e929d68ef2836a84693acd65 (diff) |
Make debug messages optional, but enable it by default
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 3 |
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; |