aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-27 15:25:05 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-27 15:25:05 +0300
commit207fc1458c7f168822e454a89f23428c64163427 (patch)
tree7b3512fa6f33491682c6d96d72d4cb61de9533ab /gawkapi.h
parent0544971abd3bf6eda1531e62b4a19e221a68a6e5 (diff)
downloadegawk-207fc1458c7f168822e454a89f23428c64163427.tar.gz
egawk-207fc1458c7f168822e454a89f23428c64163427.tar.bz2
egawk-207fc1458c7f168822e454a89f23428c64163427.zip
Fix bug in API set_RT, bug in readdir.c.
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 db650fb2..0204053a 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -80,7 +80,7 @@ extern "C" {
typedef struct iobuf_public {
const char *name; /* filename */
int fd; /* file descriptor */
- void *opaque; /* private data for open hooks */
+ void *opaque; /* private data for input parsers */
/*
* The get_record function is called to read the next record of data.
* It should return the length of the input record (or EOF), and