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
dockapps.db.in: Update wmacpi webpage, add wmacpi-ng.
[dockapps.git]
/
wmweather+
/
eta.h
blob
4758bd7b3b712ebe6b86c1ab50868414ff9c33dd
1
#ifndef ETA_H
2
#define ETA_H
3
4
void
init_eta
(
void
);
5
void
update_eta
(
int
force
);
6
void
eta_cleanup
(
void
);
7
8
#endif