File: abook_rl.h

package info (click to toggle)
abook 0.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,976 kB
  • sloc: ansic: 8,988; sh: 4,649; makefile: 44; sed: 16
file content (9 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#ifndef _ABOOK_RL_H
#define _ABOOK_RL_H

#include "abook_curses.h"

char		*abook_readline(WINDOW *w, int y, int x, char *s,
		bool use_completion);

#endif