summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-29 09:13:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-29 09:13:03 +0000
commit40cfb6124603363a1f62a6a0c04985ac39aebf8e (patch)
tree17e99a594345686a3994f19a8b075db99fd6b6f1 /protos.h
parent0744dc97d7ba45a938e6b2934703f93078c79eeb (diff)
Brendan Cully's latest IMAP patches.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protos.h b/protos.h
index a3433ba0..a4cd7350 100644
--- a/protos.h
+++ b/protos.h
@@ -210,7 +210,7 @@ int mutt_check_month (const char *);
int mutt_check_overwrite (const char *, const char *, char *, size_t, int *);
int mutt_command_complete (char *, size_t, int, int);
int mutt_var_value_complete (char *, size_t, int);
-int mutt_complete (char *);
+int mutt_complete (char *, size_t);
int mutt_compose_attachment (BODY *a);
int mutt_decode_save_attachment (FILE *, BODY *, char *, int, int);
int mutt_display_message (HEADER *h);