wmclockmon: import version 0.8.1
[dockapps.git] / wmclockmon / wmclockmon-cal / main.h
blobf88821c3c47dda9bbf3fea88697afc0c1e158db4
1 /*
2 * main.h
3 */
5 #ifndef MAIN_H
6 #define MAIN_H
8 #include <time.h>
9 #include <sys/time.h>
12 struct tm *timeinfos;
14 void quit_app();
16 #endif