summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-06-21 21:18:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-06-21 21:18:00 +0000
commit3536636a5b1664499ee0ededd305b9bdc9ddeaa4 (patch)
tree6c2064ec0010546d771d62a0cea995740aa94241 /include
parent54d90a07ab77d86aeac4eed963071a07247eff18 (diff)
Add common bachk() function
Diffstat (limited to 'include')
-rw-r--r--include/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h
index 1362ed82..1d377781 100644
--- a/include/bluetooth.h
+++ b/include/bluetooth.h
@@ -125,6 +125,7 @@ char *batostr(const bdaddr_t *ba);
int ba2str(const bdaddr_t *ba, char *str);
int str2ba(const char *str, bdaddr_t *ba);
int ba2oui(const bdaddr_t *ba, char *oui);
+int bachk(const char *str);
int baprintf(const char *format, ...);
int bafprintf(FILE *stream, const char *format, ...);