X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=c54172bca82d4868f0415d093e516287fdeffd7b;hp=1de40677a295f493970eb6e81328c917b4aeed6e;hb=337338b404931f06f0db2119c9e145e8ca5a9860;hpb=6b7218e1ae606329bf2e45b08e2e46cb9f0fc998 diff --git a/h/prototypes.h b/h/prototypes.h index 1de4067..c54172b 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,8 +1,5 @@ - /* * prototypes.h -- various prototypes - * - * $Id$ */ /* @@ -70,16 +67,15 @@ 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 *); int makedir (char *); char *nmh_getpass(const char *); @@ -99,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 *); @@ -162,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 *); -