diff options
Diffstat (limited to 'inotail.h')
-rw-r--r-- | inotail.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,9 +7,6 @@ /* tail modes */ enum { M_LINES, M_BYTES }; -/* tail unit relative to the end ('-' or none) or the beginning ('+' of the file) */ -enum { R_END, R_BEGIN }; - /* Every tailed file is represented as a file_struct */ struct file_struct { char *name; /* Name of file (or '-' for stdin) */ |