Fix two bugs related to command execution:
[dockapps.git] / wmweather+ / avn.h
blobf883b6b8f244ea30753223f883da961552c88e79
1 #ifndef AVN_H
2 #define AVN_H
4 void init_avn(void);
5 void update_avn(int force);
6 void avn_cleanup(void);
8 #endif