wmaker-eukara/dockapps/wmweather+/eta.h

9 lines
110 B
C
Raw Permalink Normal View History

2022-06-09 08:56:44 -07:00
#ifndef ETA_H
#define ETA_H
void init_eta(void);
void update_eta(int force);
void eta_cleanup(void);
#endif