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 support for choosing first cpuid
[dockapps.git]
/
wmweather+
/
mrf.h
blob
ea77015b6dda6c6e25f58a2dbf0960b264b7135b
1
#ifndef MRF_H
2
#define MRF_H
3
4
void
init_mrf
(
void
);
5
void
update_mrf
(
int
force
);
6
void
mrf_cleanup
(
void
);
7
8
#endif