diff options
Diffstat (limited to 'utils/hp2ps/Error.h')
-rw-r--r-- | utils/hp2ps/Error.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/hp2ps/Error.h b/utils/hp2ps/Error.h index c1cdede415..94d5c2d4c9 100644 --- a/utils/hp2ps/Error.h +++ b/utils/hp2ps/Error.h @@ -1,8 +1,5 @@ -#ifndef ERROR_H -#define ERROR_H +#pragma once extern void Error PROTO((const char *, ...)); extern void Disaster PROTO((const char *, ...)); extern void Usage PROTO((const char *)); - -#endif /* ERROR_H */ |