diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-31 21:36:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-10-31 21:36:49 +0200 |
commit | c4206d92d5bb73c1fc55484fbf938d2d59f18679 (patch) | |
tree | e26d92a0fcee6e04b467f9e7c7abbcd1e13b6a29 /gawkapi.h | |
parent | 50eac5ad4b81cb3aeb699f4c7ffd71c282d09ab6 (diff) | |
download | egawk-c4206d92d5bb73c1fc55484fbf938d2d59f18679.tar.gz egawk-c4206d92d5bb73c1fc55484fbf938d2d59f18679.tar.bz2 egawk-c4206d92d5bb73c1fc55484fbf938d2d59f18679.zip |
Forging ahead with API documentation.
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |