summaryrefslogtreecommitdiff
path: root/utils/hp2ps/Error.h
blob: c1cdede4154cc82daf125759a129687f79254e1f (plain)
1
2
3
4
5
6
7
8
#ifndef ERROR_H
#define ERROR_H

extern void Error    PROTO((const char *, ...));
extern void Disaster PROTO((const char *, ...));
extern void Usage    PROTO((const char *));

#endif /* ERROR_H */