X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=38357a8d59f01d61f9a28630bef13b5511569cb3;hb=3a85e0bc9c72935ca9d154b3aa3093c31ed1836e;hp=935c593131e0ea2087dd796e4fde82dfad122327;hpb=df6971a59e8d01dcfe605bbac949b7d4b3ab0a92;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 935c593..38357a8 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -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);