summaryrefslogtreecommitdiff
path: root/inotail.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-10-25 00:10:58 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-10-25 00:10:58 +0200
commitf09e7bf71c2b64df952650623fcd0b870c596ca4 (patch)
treef54b3b1d3d98cf713451bd92f4803268b7f232f4 /inotail.h
parent335ae486e4470591f629a30282e2605ec06d8a22 (diff)
Various change to allow tailing bytes relative to the begin
"Simplyfy" and inline bytes_to_offset, extend it to support tailing relative to begin of file. Boolean relative makes no sense, make it a char containing 0 for relative to end and 1 for relative to begin.
Diffstat (limited to 'inotail.h')
-rw-r--r--inotail.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/inotail.h b/inotail.h
index a1ec676..34118f7 100644
--- a/inotail.h
+++ b/inotail.h
@@ -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) */