repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmclockmon: fix global variables causing linkage failure
[dockapps.git]
/
wmclockmon
/
wmclockmon-cal
/
main.h
blob
1c9f73b0e3f2475adf874c976b074213dd8233ec
1
/*
2
* main.h
3
*/
4
5
#ifndef MAIN_H
6
#define MAIN_H
7
8
#include <time.h>
9
#include <sys/time.h>
10
11
12
extern
struct
tm
*
timeinfos
;
13
14
void
quit_app
();
15
16
#endif