repo.or.cz
/
dockapps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wmclockmon: properly fix allocating and freeing of `command`, `light_color` and the...
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
actions.h
blob
008b833c5a104e008d5442c4cd1afef876a4a772
1
/*
2
* actions.h
3
*/
4
5
#ifndef ACTIONS_H
6
#define ACTIONS_H
7
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
();
15
16
#endif