Fix two bugs related to command execution:
[dockapps.git] / wmweather+ / eta.h
blob4758bd7b3b712ebe6b86c1ab50868414ff9c33dd
1 #ifndef ETA_H
2 #define ETA_H
4 void init_eta(void);
5 void update_eta(int force);
6 void eta_cleanup(void);
8 #endif