X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Futils%2Fhp2ps%2FError.h;h=c1cdede4154cc82daf125759a129687f79254e1f;hb=26a76eba7dd1b3b4bfeabb8a5228ca2328b1169c;hp=0febc84ab049e49794a6f3c43b7db01ccadbd544;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;p=ghc-hetmet.git diff --git a/ghc/utils/hp2ps/Error.h b/ghc/utils/hp2ps/Error.h index 0febc84..c1cdede 100644 --- a/ghc/utils/hp2ps/Error.h +++ b/ghc/utils/hp2ps/Error.h @@ -1,8 +1,8 @@ #ifndef ERROR_H #define ERROR_H -extern void Error (); /*PROTO((char *, ...)); */ -extern void Disaster (); /* PROTO((char *, ...)); */ -extern void Usage (); /* PROTO((char *)); */ +extern void Error PROTO((const char *, ...)); +extern void Disaster PROTO((const char *, ...)); +extern void Usage PROTO((const char *)); #endif /* ERROR_H */