diff options
Diffstat (limited to 'lib/cc-usb.h')
-rw-r--r-- | lib/cc-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cc-usb.h b/lib/cc-usb.h index 2adccb93..d7acfbd2 100644 --- a/lib/cc-usb.h +++ b/lib/cc-usb.h @@ -24,7 +24,7 @@ struct cc_usb; struct cc_usb * -cc_usb_open(void); +cc_usb_open(char *tty); void cc_usb_close(struct cc_usb *cc); |