aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/main.h')
-rw-r--r--calendar/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/main.h b/calendar/main.h
index 77a5e12217..2785e1d2d1 100644
--- a/calendar/main.h
+++ b/calendar/main.h
@@ -56,6 +56,9 @@ extern gboolean beep_on_display;
extern gboolean enable_aalarm_timeout;
extern guint audio_alarm_timeout;
extern const guint MAX_AALARM_TIMEOUT;
+extern gboolean enable_snooze;
+extern guint snooze_secs;
+extern const guint MAX_SNOOZE_SECS;
/* Creates and runs the preferences dialog box */
void properties (GtkWidget *toplevel);