summaryrefslogtreecommitdiffstats
path: root/rfc1524.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-25 22:33:07 +0000
commit986ab5e943db7aaed2aed98f8b74e4c26666fdd8 (patch)
tree58cfec1114686823dbdbf22cf2ca52f77eb1075d /rfc1524.h
parent9044dd4d58af4b4d64a6e68b7b76c42d317e7ce5 (diff)
CVS branch clean-up.
Diffstat (limited to 'rfc1524.h')
-rw-r--r--rfc1524.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rfc1524.h b/rfc1524.h
index a34e7fee..1051f111 100644
--- a/rfc1524.h
+++ b/rfc1524.h
@@ -34,12 +34,12 @@ typedef struct rfc1524_mailcap_entry {
unsigned int copiousoutput : 1; /* needs pager, basically */
} rfc1524_entry;
-rfc1524_entry *rfc1524_new_entry ();
+rfc1524_entry *rfc1524_new_entry (void);
void rfc1524_free_entry (rfc1524_entry **);
int rfc1524_expand_command (BODY *, char *, char *, char *, int);
int rfc1524_expand_filename (char *, char *, char *, size_t);
int rfc1524_mailcap_lookup (BODY *, char *, rfc1524_entry *, int);
-void mutt_adv_mktemp (char *);
+void mutt_adv_mktemp (char *, size_t);
int mutt_rename_file (char *, char *);
#endif /* _RFC1524_H */