From d562eb482f3180dcd59a332edc91027ea3844d90 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 8 Jan 2021 11:05:32 +0200 Subject: Improve use of types throughout. --- gawkapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gawkapi.h') diff --git a/gawkapi.h b/gawkapi.h index c0d90621..4cbfc67c 100644 --- a/gawkapi.h +++ b/gawkapi.h @@ -190,7 +190,7 @@ typedef struct awk_input { * No argument prototype on read_func to allow for older systems * whose headers are not up to date. */ - ssize_t (*read_func)(); + ssize_t (*read_func)(int, void *, size_t); /* * The close_func is called to allow the parser to free private data. -- cgit v1.2.3