diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 15:22:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 15:22:22 +0000 |
commit | 80ecd35469885e6f8ef300819a994dd155550dcb (patch) | |
tree | a5be5f24fc0ba3eb3d321492fd8a13744a86f544 /hcid/hcid.h | |
parent | 2d7feb3118c551dc7906ce9aac04349348cb3904 (diff) |
Move logging.c from hcid/ to common/
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 8 |
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); |