]> git.deb.at Git - pkg/abook.git/blob - abook_rl.h
Upload 0.6.1-2 to unstable
[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