/* $Id: rl.h,v 1.1 2003/04/01 03:38:06 wafer Exp $ */ /* Headers for the readline routines used by the shell */ #ifndef _MOD_RL_INC_ #define _MOD_RL_INC_ char *ambush_gets (); int ambush_getc (); #endif