aboutsummaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index 1420d9b..41b7808 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -19,6 +19,9 @@ struct entry_s {
bool has_end;
time_t start, end;
struct entry_interval_s every, warn;
+ bool urgent;
+ bool local;
+ char *msg;
};
/* test if an entry needs warning */