aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-01-08 11:08:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2021-01-08 11:08:24 +0200
commit117fe375fd1ab8aa02c7000f148142659ee14308 (patch)
tree36d5c7b78794c992ab1c23543fbbdd5071f373d7 /gawkapi.h
parent4d6b2e5e35dff0b9fc51742ab5b7b0a06d9aff50 (diff)
parentd562eb482f3180dcd59a332edc91027ea3844d90 (diff)
downloadegawk-117fe375fd1ab8aa02c7000f148142659ee14308.tar.gz
egawk-117fe375fd1ab8aa02c7000f148142659ee14308.tar.bz2
egawk-117fe375fd1ab8aa02c7000f148142659ee14308.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h2
1 files changed, 1 insertions, 1 deletions
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.