summaryrefslogtreecommitdiffstats
path: root/protos.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-04 12:00:06 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-04 12:00:06 +0000
commite4f9683bb99a38bd46b9e7f2d18d2a35dfcd94bf (patch)
treeb765f6a784cf58ada88b5d16def42445469176cf /protos.h
parent76ea47a1427257bd85b365dcee6a4ec48eb06830 (diff)
[unstable] Change the way mutt_quote_filename() worked. It's not
too reasonable to allocate memory dynamically whenever we quote a file name. (I guess I should add "vim" to pgpinvoke.c's copyright notice. :-)
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 2fa200c3..a86fc865 100644
--- a/protos.h
+++ b/protos.h
@@ -122,7 +122,6 @@ char *mutt_get_send_charset (char *, size_t, BODY *, short);
char *mutt_pgp_hook (ADDRESS *);
#endif /* _PGPPATH */
char *mutt_make_date (char *, size_t);
-char *mutt_quote_filename(const char *);
char *mutt_read_line (char *, size_t *, FILE *, int *);
char *mutt_strlower (char *);
char *mutt_skip_whitespace (char *);
@@ -269,6 +268,7 @@ int mutt_pipe_attachment (FILE *, BODY *, const char *, char *);
int mutt_pipe_message (HEADER *);
int mutt_print_attachment (FILE *, BODY *);
int mutt_query_complete (char *, size_t);
+size_t mutt_quote_filename(char *, size_t, const char *);
int mutt_save_attachment (FILE *, BODY *, char *, int, HEADER *);
int mutt_save_message (HEADER *, int, int, int, int *);
int mutt_search_command (int, int);