* Enable Email Address Internationalization, which requires
* support of 8-bit addresses.
*/
-void enable_eai();
+void enable_eai(void);
/*
* Parse an address header, and return a sequence of email addresses.
* Free memory allocated by new_fs(). It allocates to a static so
* no argument is necessary.
*/
-void free_fs ();
+void free_fs(void);
/*
* Compile a format string into a set of format instructions. Arguments are:
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.
int remdir (char *);
void scan_detect_mbox_style (FILE *);
-void scan_finished ();
+void scan_finished(void);
void scan_reset_m_getfld_state ();
int seq_addmsg (struct msgs *, char *, int, int, int);
int seq_addsel (struct msgs *, char *, int, int);
/*
* credentials management
*/
-void init_credentials_file ();
+void init_credentials_file(void);
/*
* Allocate and return a credentials structure. The credentials structure
};
void
-init_credentials_file () {
+init_credentials_file(void) {
if (credentials_file == NULL) {
char *cred_style = context_find ("credentials");