aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
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 4466ef31..45f86a0f 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -141,7 +141,7 @@ typedef struct awk_input {
* Gawk itself will close the fd unless close_func first sets it to
* INVALID_HANDLE.
*/
- void (*close_func)(struct awk_input *);
+ void (*close_func)(struct awk_input *iobuf);
/* put last, for alignment. bleah */
struct stat sbuf; /* stat buf */