projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove vestiges of ByteArray and MutableByteArray, which are no more
[ghc-hetmet.git]
/
utils
/
hp2ps
/
Error.h
1
#ifndef ERROR_H
2
#define ERROR_H
3
4
extern void Error PROTO((const char *, ...));
5
extern void Disaster PROTO((const char *, ...));
6
extern void Usage PROTO((const char *));
7
8
#endif /* ERROR_H */