[PATCH 6/8] wmcalendar: Update local headers to fix implicit declaration warnings.
Doug Torrance <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
--- wmcalendar/Src/calendar.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmcalendar/Src/calendar.h b/wmcalendar/Src/calendar.h index 89afba4..c540ff0 100644 --- a/wmcalendar/Src/calendar.h +++ b/wmcalendar/Src/calendar.h @@ -3,6 +3,8 @@ #include <gtk/gtk.h> #include <string.h> #include <sys/stat.h> +#include "calendarfunc.h" +#include "settings.h" time_t modtime; /* modified time of icalendar file */ @@ -30,6 +32,7 @@ void deleteCalObjs(); void addCalObj(struct icaltimetype start, struct icaltimetype end, int type, const char *text, icalcomponent * d); int getDayType(struct icaltimetype dt); +int eventOnDay(struct icaltimetype dt, struct calobj* it); int calcDayType(struct icaltimetype dt); char* read_stream(char *s, size_t size, void *d); void checkicalversion(); -- 2.7.4 -- To unsubscribe, send mail to [email protected].