From c4206d92d5bb73c1fc55484fbf938d2d59f18679 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 31 Oct 2012 21:36:49 +0200 Subject: Forging ahead with API documentation. --- gawkapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gawkapi.h') 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 */ -- cgit v1.2.3