aboutsummaryrefslogtreecommitdiffstats
path: root/idc.h
diff options
context:
space:
mode:
Diffstat (limited to 'idc.h')
-rw-r--r--idc.h1
1 files changed, 1 insertions, 0 deletions
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. ???