X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=abook_rl.h;fp=abook_rl.h;h=22b67ba6f64f11d89f030db9efb983c286a68d6c;hb=c5d8ef5198f2bfd02f678b7a709b6538ef83cd44;hp=0000000000000000000000000000000000000000;hpb=7dca83329bb3ce545d6d03e10754999b9a82ca01;p=pkg%2Fabook.git diff --git a/abook_rl.h b/abook_rl.h new file mode 100644 index 0000000..22b67ba --- /dev/null +++ b/abook_rl.h @@ -0,0 +1,9 @@ +#ifndef _ABOOK_RL_H +#define _ABOOK_RL_H + +#include "abook_curses.h" + +char *abook_readline(WINDOW *w, int y, int x, char *s, int limit, + bool use_completion); + +#endif