]> git.deb.at Git - pkg/abook.git/blob - abook_rl.h
Imported Debian patch 0.5.3-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, int limit,
7                 bool use_completion);
8
9 #endif