]> git.deb.at Git - pkg/abook.git/blob - abook_rl.h
Autotools update to autoconf-2.68 / automake-1.11 / gettextize 0.18.1.
[pkg/abook.git] / abook_rl.h
1 #ifndef _ABOOK_RL_H
2 #define _ABOOK_RL_H
3
4 #include "abook_curses.h"
5
6 char            *abook_readline(WINDOW *w, int y, int x, char *s,
7                 bool use_completion);
8
9 #endif