From 509c2d4c2f2cc311987e841423e16fa2fa3dde71 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 25 Sep 2007 23:57:13 +0200 Subject: inotail.c: typdef mode_t --- inotail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inotail.h') diff --git a/inotail.h b/inotail.h index c95c4f8..aa2a0fa 100644 --- a/inotail.h +++ b/inotail.h @@ -13,7 +13,7 @@ #define DEFAULT_N_LINES 10 /* tail modes */ -enum { M_LINES, M_BYTES }; +typedef enum { M_LINES, M_BYTES } mode_t; /* Every tailed file is represented as a file_struct */ struct file_struct { -- cgit v1.2.3-54-g00ecf