X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=53045487980f63b4bf299c64777f7033a441e25a;hb=c4d932d08940f689b39b654a714f9ef3657690a9;hp=b0c0997f961d48388faf6029dfafbe32e5c12958;hpb=a1e2db74e04c31153801efabcc31b6f68587eeb4;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index b0c0997..5304548 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -153,7 +153,7 @@ int mhl(int, char **); int mhlsbr(int, char **, FILE *(*)(char *)); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, - int, char *, char *, char *); + int, char *, char *, char *, int); void set_endian(void); int sc_hardcopy(void); int sc_length(void); @@ -163,6 +163,6 @@ int build_form (char *, char *, int *, char *, char *, char *, char *, int sendsbr (char **, int, char *, struct stat *, int, char *, int); int SOprintf (char *, ...); int what_now (char *, int, int, char *, char *, - int, struct msgs *, char *, int, char *); + int, struct msgs *, char *, int, char *, int); int WhatNow(int, char **); int writeBase64aux(FILE *, FILE *);