summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/types.h b/types.h
index c573d13..30475a2 100644
--- a/types.h
+++ b/types.h
@@ -65,8 +65,9 @@ typedef enum {
} cursor_t;
typedef enum {
- FF_WARN = 1,
- FF_MARK = 2
+ FF_WARN = 1,
+ FF_MARK = 2,
+ FF_TN_INIT = 4
} fileflags_t;
typedef struct {