summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-09-05 14:10:18 -0700
committerKevin McCarthy <kevin@8t8.us>2020-09-06 15:11:20 -0700
commit4a2f1067f92b34f63458b2c95e54de1c33ae4d5b (patch)
treea4b96c364710053aadfcbb63406a2c3a612b6b0f /lib.h
parentbf68f089b6bd3d290ad20167608b5cc3d917664a (diff)
Remove unused mutt_quote_filename().
All callers now call the buffer function instead.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 12fa85c4..92829252 100644
--- a/lib.h
+++ b/lib.h
@@ -208,7 +208,6 @@ int safe_rename (const char *, const char *);
int safe_fclose (FILE **);
int safe_fsync_close (FILE **);
-size_t mutt_quote_filename (char *, size_t, const char *);
size_t mutt_strlen (const char *);
void *safe_calloc (size_t, size_t);