diff options
Diffstat (limited to 'custom_baud.c')
-rw-r--r-- | custom_baud.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_baud.c b/custom_baud.c index 28f182c3..8bbe6cc7 100644 --- a/custom_baud.c +++ b/custom_baud.c @@ -19,7 +19,7 @@ #include "custom_baud.h" /* Stub, should not get called. */ -int set_custom_baudrate(int fd, unsigned int baud) +int set_custom_baudrate(int fd, unsigned int baud, const enum custom_baud_stage stage, void *tio_wanted) { errno = ENOSYS; /* Hoping "Function not supported" will make you look here. */ return -1; |