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
wmail: moved old change-log to a separate file.
[dockapps.git]
/
wmmenu
/
error.h
blob
d9c68d761eec4175b5af9930e477b7ef887b202a
1
#ifndef error_h_
2
#define error_h_
3
4
extern
void
warn
(
const char
*
fmt
, ...) ;
5
extern
void
error
(
const char
*
fmt
, ...) ;
6
7
#endif
/* error_h_ */
8