aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/print.h')
-rw-r--r--calendar/gui/print.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/gui/print.h b/calendar/gui/print.h
index 64199f5964..bae337225a 100644
--- a/calendar/gui/print.h
+++ b/calendar/gui/print.h
@@ -20,3 +20,22 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef PRINT_H
+#define PRINT_H
+
+#include "gnome-cal.h"
+
+
+
+typedef enum {
+ PRINT_VIEW_DAY,
+ PRINT_VIEW_WEEK,
+ PRINT_VIEW_MONTH,
+ PRINT_VIEW_YEAR
+} PrintView;
+
+void print_calendar (GnomeCalendar *gcal, time_t at, printview_t default_view);
+
+
+
+#endif