Add missing libraries to examples' Makefiles
[dockapps.git] / wmclockmon / wmclockmon-cal / main.h
blobbf50f3b1b0e7502aa70ed6fd68d38e17fe34e5cc
1 /*
2 * main.h
3 */
5 #ifndef MAIN_H
6 #define MAIN_H
8 #include <time.h>
9 #include <sys/time.h>
12 extern struct tm *timeinfos;
14 void quit_app(void);
16 #endif