summaryrefslogtreecommitdiff
path: root/altosui/libaltos/libaltos.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-28 15:50:01 -0700
committerKeith Packard <keithp@keithp.com>2011-08-28 15:50:01 -0700
commitcf72c2f5a69a736c28a9b63e124d510ef41a9f5d (patch)
tree5b6b54f669e169c1e46747dd842eae27aba963d8 /altosui/libaltos/libaltos.h
parent3d478a39f2ede7b805bbe568cc1c8ecc176d7a04 (diff)
altosui: Add bluetooth bits back in
Stub out functions on mac/windows for now. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/libaltos/libaltos.h')
-rw-r--r--altosui/libaltos/libaltos.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/altosui/libaltos/libaltos.h b/altosui/libaltos/libaltos.h
index 363a84fd..a05bed4c 100644
--- a/altosui/libaltos/libaltos.h
+++ b/altosui/libaltos/libaltos.h
@@ -93,9 +93,6 @@ altos_flush(struct altos_file *file);
PUBLIC int
altos_getchar(struct altos_file *file, int timeout);
-// #define HAS_BLUETOOTH 1
-#if HAS_BLUETOOTH
-
PUBLIC struct altos_bt_list *
altos_bt_list_start(int inquiry_time);
@@ -111,6 +108,4 @@ altos_bt_fill_in(char *name, char *addr, struct altos_bt_device *device);
PUBLIC struct altos_file *
altos_bt_open(struct altos_bt_device *device);
-#endif
-
#endif /* _LIBALTOS_H_ */