X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fhp2ps%2FUtilities.h;h=d6e9a177293e6e8f6be8fc7c416669a88ee37578;hb=c6c43e43be1f913cd90cb7cb5bb87e90e6552691;hp=d8195b788ad334849d5a86a521ba2c21a00f1e83;hpb=063eda14b18aadc138bc27eb460e1af93b09ca9b;p=ghc-hetmet.git diff --git a/ghc/utils/hp2ps/Utilities.h b/ghc/utils/hp2ps/Utilities.h index d8195b7..d6e9a17 100644 --- a/ghc/utils/hp2ps/Utilities.h +++ b/ghc/utils/hp2ps/Utilities.h @@ -1,13 +1,13 @@ #ifndef UTILITIES_H #define UTILITIES_H -extern char* Basename PROTO((char *)); -extern void DropSuffix PROTO((char *, char *)); -extern FILE* OpenFile PROTO((char *, char *)); -extern void CommaPrint PROTO((FILE *, int)); -extern char *copystring PROTO((char *)); -extern char *copystring2 PROTO((char *, char *)); -extern void *xmalloc PROTO((int)); -extern void *xrealloc PROTO((void *, int)); +char* Basename PROTO((char *)); +void DropSuffix PROTO((char *, char *)); +FILE* OpenFile PROTO((char *, char *)); +void CommaPrint PROTO((FILE *, int)); +char *copystring PROTO((char *)); +char *copystring2 PROTO((char *, char *)); +void *xmalloc PROTO((int)); +void *xrealloc PROTO((void *, int)); #endif /* UTILITIES_H */