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
Add missing libraries to examples' Makefiles
[dockapps.git]
/
wmclockmon
/
wmclockmon-config
/
edit.h
blob
9b4e26aeea0a3facd303b4ea459a705ae271c4ab
1
/*
2
* edit.h
3
*/
4
5
#ifndef EDIT_H
6
#define EDIT_H
7
8
extern
char
*
newalarm
;
9
10
void
edit_dialog
(
const char
*
title
,
11
int
on
,
12
const char
*
atime
,
13
const char
*
adate
,
14
const char
*
amesg
,
15
void
(*
f_ok
)(
void
));
16
17
#endif