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
wmtime: Fixed Debian bug #661843. Applied a patch by Milan Cermak.
[dockapps.git]
/
wmweather+
/
avn.h
blob
f883b6b8f244ea30753223f883da961552c88e79
1
#ifndef AVN_H
2
#define AVN_H
3
4
void
init_avn
(
void
);
5
void
update_avn
(
int
force
);
6
void
avn_cleanup
(
void
);
7
8
#endif