summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-09-19 18:52:24 -0700
committerKevin McCarthy <kevin@8t8.us>2019-09-19 19:14:03 -0700
commit192a6d0ebe7d303b5a340a5334ada58bd5e509a6 (patch)
treee4deaa91bcb4cea9065460fbb1fae14bbd002c74 /lib.h
parenta4b53e19ef471efc1938348d1623b811354f1c93 (diff)
Convert mutt_complete() to use the buffer pool.
Add helper functions mutt_buffer_substrcpy() and mutt_buffer_concatn_path(). Remove mutt_concatn_path() because mutt_complete() was the only caller.
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 09c25d76..12fa85c4 100644
--- a/lib.h
+++ b/lib.h
@@ -169,7 +169,6 @@ void mutt_debug (FILE *, const char *, ...);
/* The actual library functions. */
-char *mutt_concatn_path (char *, size_t, const char *, size_t, const char *, size_t);
char *mutt_concat_path (char *, const char *, const char *, size_t);
char *mutt_read_line (char *, size_t *, FILE *, int *, int);
char *mutt_skip_whitespace (char *);