diff options
author | epoch <epoch@hack.thebackupbox.net> | 2019-05-26 01:05:29 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2019-05-26 01:05:29 +0000 |
commit | dc34dad3c228f8b42e2c121809b12b389a73797c (patch) | |
tree | a36e4cdf4d6bc3a6b30b9bc53aa917b947ee015c | |
parent | fff6473e8d30977b5ff1602623aa8b8fce7a6ebc (diff) | |
download | libidc-dc34dad3c228f8b42e2c121809b12b389a73797c.tar.gz libidc-dc34dad3c228f8b42e2c121809b12b389a73797c.zip |
added two flags to shit struct
-rw-r--r-- | idc.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ struct shit { char buffer[CHUNK];//THIS IS *NOT* NULL TERMINATED. char *delim; + + char read_lines_for_us; + char keep_open; //other stuffs? // union { void (*line_handler)(struct shit *me,char *line);//function pointer to the handler. ??? |