summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-18 05:40:22 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-18 05:40:22 +0000
commit068f0ca33af92abf0b4bbd5bb18369c025ddd07d (patch)
tree840bd209539090e83de80242cde08ca21086dc6a /protos.h
parent45079876b5030f1bb28b1bf456951e8fe940e7b3 (diff)
Applying the third generation of command completion patches.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protos.h b/protos.h
index 8f3f8166..41eb9a65 100644
--- a/protos.h
+++ b/protos.h
@@ -211,8 +211,8 @@ int mutt_check_menu (const char *);
int mutt_check_mime_type (const char *);
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 mutt_string_var_complete (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_compose_attachment (BODY *a);
int mutt_copy_bytes (FILE *, FILE *, size_t);