X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=de57cb8ee2a3ea8d814fd427db0768c15278baf9;hp=c2a876f7abe2c2f0effddea90559be4d3993cd03;hb=aa2501ef873e96a8500c53b05280dcc0ade952c2;hpb=adc954633908e3fc97dfa94c08f964e1bbb94086 diff --git a/h/prototypes.h b/h/prototypes.h index c2a876f..de57cb8 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -25,7 +25,6 @@ char *etcpath(char *); /* * prototypes from the nmh subroutine library */ -char *add (char *, char *); void adios (char *, char *, ...); void admonish (char *, char *, ...); void advertise (char *, char *, char *, va_list); @@ -46,7 +45,7 @@ char *copy (char *, char *); char **copyip (char **, char **, int); void cpydata (int, int, char *, char *); void cpydgst (int, int, char *, char *); -int decode_rfc2047 (char *, char *); +int decode_rfc2047 (char *, char *, size_t); void discard (FILE *); int done (int); int ext_hook(char *, char *, char *); @@ -61,6 +60,7 @@ int gans (char *, struct swit *); char **getans (char *, struct swit *); int getanswer (char *); char **getarguments (char *, int, char **, int); +char *get_charset(); char *getcpy (char *); char *getfolder(int); int lkclose(int, char*); @@ -140,10 +140,6 @@ int vsnprintf (char *, size_t, const char *, va_list); int strcasecmp (const char *s1, const char *s2); int strncasecmp (const char *s1, const char *s2, size_t n); -#ifndef HAVE_STRERROR -char *strerror (int); -#endif - /* * some prototypes for address parsing system @@ -158,6 +154,7 @@ char *OfficialName(char *); */ int annotate (char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); +void annopreserve(int); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, int, char *, char *, char *);