summaryrefslogtreecommitdiffstats
path: root/rfc1524.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-04-14 15:38:15 -0700
committerKevin McCarthy <kevin@8t8.us>2019-04-14 15:38:15 -0700
commite8c8d5591171b6c3b356c413dc52e21e530d9844 (patch)
treed80e4ed51228c1e185212330a46b1f22aff00f18 /rfc1524.h
parentd6e373b73909e8723ad7b5835f54599f5041d89d (diff)
Rename mutt_buffer_rfc1524_expand_command()
Remove buffer prefix now that all callers are converted.
Diffstat (limited to 'rfc1524.h')
-rw-r--r--rfc1524.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/rfc1524.h b/rfc1524.h
index cd15e4f1..5ecb4c98 100644
--- a/rfc1524.h
+++ b/rfc1524.h
@@ -36,13 +36,9 @@ typedef struct rfc1524_mailcap_entry {
rfc1524_entry *rfc1524_new_entry (void);
void rfc1524_free_entry (rfc1524_entry **);
-int rfc1524_expand_command (BODY *, const char *, const char *, char *, int);
+int mutt_rfc1524_expand_command (BODY *, const char *, const char *, BUFFER *);
int mutt_rfc1524_expand_filename (const char *, const char *, BUFFER *);
int rfc1524_mailcap_lookup (BODY *, char *, rfc1524_entry *, int);
int mutt_rename_file (const char *, const char *);
-
-/* Temporary BUFFER transition functions */
-int mutt_buffer_rfc1524_expand_command (BODY *, const char *, const char *, BUFFER *);
-
#endif /* _RFC1524_H */