aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gncal.h')
-rw-r--r--calendar/gncal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/gncal.h b/calendar/gncal.h
new file mode 100644
index 0000000000..8d4790bf07
--- /dev/null
+++ b/calendar/gncal.h
@@ -0,0 +1,6 @@
+
+void menu_file_quit(GtkWidget *widget, gpointer data);
+#define MIN_DAILY_HOUR 8
+#define MAX_DAILY_HOUR 19
+#define DAILY_MINUTE_STEP 15
+void menu_help_about(GtkWidget *widget, gpointer data); \ No newline at end of file