]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
Support for readline command history, editing, and completion at the
[mmh] / h / prototypes.h
index 935c593131e0ea2087dd796e4fde82dfad122327..38357a8d59f01d61f9a28630bef13b5511569cb3 100644 (file)
@@ -57,6 +57,9 @@ struct msgs *folder_read (char *);
 struct msgs *folder_realloc (struct msgs *, int, int);
 int gans (char *, struct swit *);
 char **getans (char *, struct swit *);
+#ifdef READLINE_SUPPORT
+char **getans_via_readline (char *, struct swit *);
+#endif /* READLINE_SUPPORT */
 int getanswer (char *);
 char **getarguments (char *, int, char **, int);
 char *get_charset(void);