summaryrefslogtreecommitdiff
path: root/utils/hp2ps/Error.h
blob: 94d5c2d4c93d2db030d206d69fec9ed87011a762 (plain)
1
2
3
4
5
#pragma once

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