diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-27 15:25:05 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-07-27 15:25:05 +0300 |
commit | 207fc1458c7f168822e454a89f23428c64163427 (patch) | |
tree | 7b3512fa6f33491682c6d96d72d4cb61de9533ab /gawkapi.h | |
parent | 0544971abd3bf6eda1531e62b4a19e221a68a6e5 (diff) | |
download | egawk-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |