X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9514ca81bd12a47df977822efc14ff285bd5bc10..3b819525f14d5c7653404b11c68b49981f8ff7af:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 18b87586..a89fe734 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -256,12 +256,11 @@ int m_gmprot (void); char *m_maildir (char *); char *m_mailpath (char *); char *m_name (int); -int m_putenv (char *, char *); int m_rand (unsigned char *, size_t); char *m_mktemp(const char *, int *, FILE **); char *m_mktemp2(const char *, const char *, int *, FILE **); char *m_mktemps(const char *pfx, const char *suffix, int *, FILE **); -char *get_temp_dir(); +char *get_temp_dir(void); /* * Create a subprocess and redirect our standard output to it. @@ -341,8 +340,7 @@ void ruserpass (const char *host, char **aname, char **apass, int flags); int remdir (char *); void scan_detect_mbox_style (FILE *); -void scan_finished (); -void scan_reset_m_getfld_state (); +void scan_finished(void); int seq_addmsg (struct msgs *, char *, int, int, int); int seq_addsel (struct msgs *, char *, int, int); char *seq_bits (struct msgs *); @@ -415,7 +413,6 @@ char *snprintb (char *buffer, size_t size, unsigned flags, char *bitfield); int ssequal (const char *, const char *); int stringdex (char *, char *); char *trimcpy (char *); -int unputenv (char *); /* * Remove quotes and quoted-pair sequences from RFC-5322 atoms. @@ -509,7 +506,7 @@ void hexify (const unsigned char *, size_t, char **); /* * credentials management */ -void init_credentials_file (); +void init_credentials_file(void); /* * Allocate and return a credentials structure. The credentials structure