X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=h%2Fprototypes.h;h=c54172bca82d4868f0415d093e516287fdeffd7b;hb=337338b404931f06f0db2119c9e145e8ca5a9860;hp=1bc19d43aee56384ebd2d7c491041ba844c56e2a;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 1bc19d4..c54172b 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,4 +1,3 @@ - /* * prototypes.h -- various prototypes */ @@ -31,7 +30,6 @@ void ambigsw (char *, struct swit *); int atooi(char *); char **brkstring (char *, char *, char *); int check_charset (char *, int); -int client(char *, char *, char *, int, int); void closefds(int); char *concat (char *, ...); int context_del (char *); @@ -69,16 +67,13 @@ int lkopen(char *, int, mode_t); int m_atoi (char *); char *m_backup (char *); int m_convert (struct msgs *, char *); -char *m_draft (char *, char *, int, int *); -void m_eomsbr (int (*)(int)); +char *m_draft (char *); int m_getfld (int, unsigned char *, unsigned char *, int, FILE *); int m_gmprot (void); char *m_maildir (char *); char *m_mailpath (char *); char *m_name (int); int m_putenv (char *, char *); -char *m_scratch (char *, char *); -char *m_tmpfil (char *); char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); void m_unknown(FILE *); @@ -100,7 +95,6 @@ char *r1bindex(char *, int); void readconfig (struct node **, FILE *, char *, int); int refile (char **, char *); void ruserpass(char *, char **, char **); -int remdir (char *); int seq_addmsg (struct msgs *, char *, int, int, int); int seq_addsel (struct msgs *, char *, int, int); char *seq_bits (struct msgs *); @@ -163,4 +157,3 @@ void replout (FILE *, char *, char *, struct msgs *, int, int sendsbr (char **, int, char *, struct stat *, int, char *, int); int what_now (char *, int, int, char *, char *, int, struct msgs *, char *, int, char *); -