summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc-usb.h
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-05-16 00:36:23 -0600
committerBdale Garbee <bdale@gag.com>2013-05-16 00:36:23 -0600
commit02d111b1b53ef01fc6e9ab6c4bc60b8af1be0067 (patch)
tree8356f4a019969ee99a45e264c87d38555cf316cc /ao-tools/lib/cc-usb.h
parent7a2e1f05adad990a6b161865267abf07ffec7a7e (diff)
parent7699a55aed3a9a7daeb4c6a5a9a280f43edf455f (diff)
Merge branch 'branch-1.2' into debian
Diffstat (limited to 'ao-tools/lib/cc-usb.h')
-rw-r--r--ao-tools/lib/cc-usb.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ao-tools/lib/cc-usb.h b/ao-tools/lib/cc-usb.h
index d3539281..f1193456 100644
--- a/ao-tools/lib/cc-usb.h
+++ b/ao-tools/lib/cc-usb.h
@@ -54,6 +54,9 @@ void
cc_queue_read(struct cc_usb *cc, uint8_t *buf, int len);
int
+cc_usb_getchar_timeout(struct cc_usb *cc, int timeout);
+
+int
cc_usb_getchar(struct cc_usb *cc);
void
@@ -63,7 +66,7 @@ void
cc_usb_printf(struct cc_usb *cc, char *format, ...);
void
-cc_usb_open_remote(struct cc_usb *cc, int channel);
+cc_usb_open_remote(struct cc_usb *cc, int freq, char *call);
void
cc_usb_close_remote(struct cc_usb *cc);