From 4581a3fca22ee6099fac5c0d8d24286296f6ed1d Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 9 Jan 2020 11:16:03 +0000 Subject: added eof flag for file descriptors --- idc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/idc.h b/idc.h index 518a3f5..68484c4 100644 --- a/idc.h +++ b/idc.h @@ -21,6 +21,7 @@ struct shit { char read_lines_for_us; char keep_open; + char eof; //other stuffs? // union { void (*line_handler)(struct shit *me,char *line);//function pointer to the handler. ??? -- cgit v1.2.3