From dc34dad3c228f8b42e2c121809b12b389a73797c Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 26 May 2019 01:05:29 +0000 Subject: added two flags to shit struct --- idc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idc.h b/idc.h index c27848c..e4ec38e 100644 --- a/idc.h +++ b/idc.h @@ -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. ??? -- cgit v1.2.3