wmclockmon: fix global variables causing linkage failure
[dockapps.git] / wmclockmon / wmclockmon-cal / main.h
blob1c9f73b0e3f2475adf874c976b074213dd8233ec
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();
16 #endif