diff options
Diffstat (limited to 'console/input.h')
-rw-r--r-- | console/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/input.h b/console/input.h index 3f66e1dd..2f1c37c2 100644 --- a/console/input.h +++ b/console/input.h @@ -40,7 +40,7 @@ void input_destroy (input_t input); DATALEN) or -1 and the error number in errno. If NONBLOCK is not zero, return with -1 and set errno to EWOULDBLOCK if operation would block for a long time. */ -ssize_t input_enqueue (input_t input, int nonblock, char *data, +ssize_t input_enqueue (input_t input, int nonblock, const char *data, size_t datalen); /* Remove DATALEN characters from the input queue and put them in the |