From 53cca7a998ecc8761c8cdb9ba6af163933deee01 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mar 14 2006 06:01:38 +0000 Subject: add another explicit prototype --- diff --git a/evolution-2.6.0-prototypes.patch b/evolution-2.6.0-prototypes.patch index ab89fa7..16fe7ab 100644 --- a/evolution-2.6.0-prototypes.patch +++ b/evolution-2.6.0-prototypes.patch @@ -1,13 +1,14 @@ ---- evolution-2.6.0/calendar/gui/dialogs/alarm-dialog.c.prototypes 2006-03-13 14:29:57.000000000 -0500 -+++ evolution-2.6.0/calendar/gui/dialogs/alarm-dialog.c 2006-03-13 14:30:56.000000000 -0500 -@@ -41,6 +41,7 @@ - #include - #include - #include -+#include - #include - #include - #include +--- evolution-2.6.0/calendar/gui/dialogs/event-page.c.prototypes 2006-03-14 01:00:04.000000000 -0500 ++++ evolution-2.6.0/calendar/gui/dialogs/event-page.c 2006-03-14 01:00:21.000000000 -0500 +@@ -59,6 +59,8 @@ + #include "event-page.h" + #include "e-send-options-utils.h" + ++GtkWidget *alarm_list_dialog_peek (ECal *ecal, EAlarmList *list_store); ++ + + + /* Private part of the EventPage structure */ --- evolution-2.6.0/calendar/gui/dialogs/cal-prefs-dialog.c.prototypes 2006-03-13 14:14:07.000000000 -0500 +++ evolution-2.6.0/calendar/gui/dialogs/cal-prefs-dialog.c 2006-03-13 14:14:24.000000000 -0500 @@ -32,6 +32,7 @@