aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-31 21:36:49 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-31 21:36:49 +0200
commitc4206d92d5bb73c1fc55484fbf938d2d59f18679 (patch)
treee26d92a0fcee6e04b467f9e7c7abbcd1e13b6a29 /gawkapi.h
parent50eac5ad4b81cb3aeb699f4c7ffd71c282d09ab6 (diff)
downloadegawk-c4206d92d5bb73c1fc55484fbf938d2d59f18679.tar.gz
egawk-c4206d92d5bb73c1fc55484fbf938d2d59f18679.tar.bz2
egawk-c4206d92d5bb73c1fc55484fbf938d2d59f18679.zip
Forging ahead with API documentation.
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 */