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: update change-log
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
actions.h
blob
eece3a711d1547ba5e55dfb34f66b3f6ead2e1db
1
/*
2
* actions.h
3
*/
4
5
#ifndef ACTIONS_H
6
#define ACTIONS_H
7
8
void
quit_app
(
void
);
9
void
set_values
(
void
);
10
void
save_datas
(
void
);
11
void
add_alarm
(
void
);
12
void
edit_entry
(
void
);
13
void
switch_onoff
(
void
);
14
void
remove_alarm
(
void
);
15
16
#endif