wmclockmon: properly fix allocating and freeing of `command`, `light_color` and the...
[dockapps.git] / wmclockmon / wmclockmon-config / actions.h
blob008b833c5a104e008d5442c4cd1afef876a4a772
1 /*
2 * actions.h
3 */
5 #ifndef ACTIONS_H
6 #define ACTIONS_H
8 void quit_app();
9 void set_values();
10 void save_datas();
11 void add_alarm();
12 void edit_entry();
13 void switch_onoff();
14 void remove_alarm();
16 #endif