NetBSD/usr.bin/mail/complete.h
christos 43c9741202 Jumbo mail patch from our anonymous user:
1) Use editline [optional]:
   Most of this code was borrowed from src/usr.bin/ftp.  It does the
   appropriate editing, history, and completion for all mail commands
   (from cmdtab[]) and also does editing on header strings ('~h' inside
   the mail editor).
2006-09-18 19:48:44 +00:00

11 lines
230 B
C

/* $Id: complete.h,v 1.1 2006/09/18 19:48:44 christos Exp $ */
#ifndef _COMPLETE_H_
#define _COMPLETE_H_
char *rl_gets(const char *);
char *rl_getline(const char *, char *);
void init_readline (void);
#endif /* _COMPLETE_H_ */