X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2Fcc-usb.h;h=e08a956b25868747861597bb185ee16c0b066841;hp=f11934560a917119a2b6a0d2377e23a412bf1cc5;hb=d63319f6f29ef714bb1d5c359c2448f63e7a4534;hpb=0a6c76fc0525d6588a1d88127f0085f13a02f1af;ds=inline diff --git a/ao-tools/lib/cc-usb.h b/ao-tools/lib/cc-usb.h index f1193456..e08a956b 100644 --- a/ao-tools/lib/cc-usb.h +++ b/ao-tools/lib/cc-usb.h @@ -65,6 +65,9 @@ cc_usb_getline(struct cc_usb *cc, char *line, int max); void cc_usb_printf(struct cc_usb *cc, char *format, ...); +int +cc_usb_write(struct cc_usb *cc, void *buf, int c); + void cc_usb_open_remote(struct cc_usb *cc, int freq, char *call);