wmcalendar: Update local headers to fix implicit declaration warnings.
This commit is contained in:
		
							parent
							
								
									67f2bbd53a
								
							
						
					
					
						commit
						63dadf4eb3
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -3,6 +3,8 @@
 | 
				
			||||||
#include <gtk/gtk.h>
 | 
					#include <gtk/gtk.h>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
#include <sys/stat.h>
 | 
					#include <sys/stat.h>
 | 
				
			||||||
 | 
					#include "calendarfunc.h"
 | 
				
			||||||
 | 
					#include "settings.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
time_t  modtime;              /* modified time of icalendar file */
 | 
					time_t  modtime;              /* modified time of icalendar file */
 | 
				
			||||||
| 
						 | 
					@ -30,6 +32,7 @@ void deleteCalObjs();
 | 
				
			||||||
void addCalObj(struct icaltimetype start, struct icaltimetype end,
 | 
					void addCalObj(struct icaltimetype start, struct icaltimetype end,
 | 
				
			||||||
	       int type, const char *text, icalcomponent * d);
 | 
						       int type, const char *text, icalcomponent * d);
 | 
				
			||||||
int  getDayType(struct icaltimetype dt);
 | 
					int  getDayType(struct icaltimetype dt);
 | 
				
			||||||
 | 
					int eventOnDay(struct icaltimetype dt, struct calobj* it);
 | 
				
			||||||
int  calcDayType(struct icaltimetype dt);
 | 
					int  calcDayType(struct icaltimetype dt);
 | 
				
			||||||
char* read_stream(char *s, size_t size, void *d);
 | 
					char* read_stream(char *s, size_t size, void *d);
 | 
				
			||||||
void checkicalversion();
 | 
					void checkicalversion();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue