dockapps/wmweather+/eta.h
2012-02-12 22:50:31 +00:00

9 lines
110 B
C

#ifndef ETA_H
#define ETA_H
void init_eta(void);
void update_eta(int force);
void eta_cleanup(void);
#endif