summaryrefslogtreecommitdiff
path: root/inotail.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-10-20 17:55:55 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-10-20 17:55:55 +0200
commit3e1ce3d550b37d6f833c01860b24166a89908576 (patch)
treec283d2e975947dc177569589a3fc339738969815 /inotail.h
parenta1b88302d515b04255b5bd164378ee15d4c69a11 (diff)
inotail.c: Add basic support for +/-<num> to -c/-n
Diffstat (limited to 'inotail.h')
-rw-r--r--inotail.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/inotail.h b/inotail.h
index b47e6a4..40b0e29 100644
--- a/inotail.h
+++ b/inotail.h
@@ -7,6 +7,9 @@
/* 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) */