summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2007-04-07 14:33:27 -0700
committerMichael Elkins <me@sigpipe.org>2007-04-07 14:33:27 -0700
commit5c733903c07e919ada501fe24b53889ae463a3fb (patch)
tree5d8368967e0509111356ff54de384b3785408137 /lib.h
parent024ec1a3dcec63132f3719a6758528c4a013c8f6 (diff)
bug #2871
Avoid altering the argument to mutt_complete() when completion fails. Previously, the trailing component of filename was removed each time the user pressed TAB.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 952a1b4e..e022bb34 100644
--- a/lib.h
+++ b/lib.h
@@ -136,6 +136,7 @@ MUTT_LIB_WHERE int debuglevel MUTT_LIB_INITVAL(0);
FILE *safe_fopen (const char *, const char *);
+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 *);
char *mutt_skip_whitespace (char *);