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
Add missing libraries to examples' Makefiles
[dockapps.git]
/
wmclockmon
/
wmclockmon-cal
/
main.h
blob
bf50f3b1b0e7502aa70ed6fd68d38e17fe34e5cc
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
(
void
);
15
16
#endif