]> git.deb.at Git - pkg/abook.git/blobdiff - abook_rl.h
Imported Upstream version 0.5.3
[pkg/abook.git] / abook_rl.h
diff --git a/abook_rl.h b/abook_rl.h
new file mode 100644 (file)
index 0000000..22b67ba
--- /dev/null
@@ -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