aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/main.h')
-rw-r--r--calendar/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/main.h b/calendar/main.h
index 584ce2e83c..6419153be8 100644
--- a/calendar/main.h
+++ b/calendar/main.h
@@ -44,6 +44,9 @@ extern gboolean todo_style_changed;
extern gint todo_current_sort_column;
extern gint todo_current_sort_type;
+/* default alarm stuff */
+extern CalendarAlarm alarm_defaults[4];
+extern gboolean beep_on_display;
/* Creates and runs the preferences dialog box */
void properties (GtkWidget *toplevel);
@@ -79,3 +82,8 @@ GnomeCalendar *new_calendar (char *full_name, char *calendar_file,
char *geometry, char *page, gboolean hidden);
#endif
+
+
+
+
+