/* $Id: builtin.h,v 1.10 2004/03/25 02:43:20 jmuelmen Exp $ */ /* This contains the headers for shell builtin functions */ #ifndef _AMB_BUILTIN_INC_ #define _AMB_BUILTIN_INC_ int print (char *); void parsebuf_dump (); void ifbuf_dump (); void atbuf_dump (); void schedbuf_dump (); void schedbuf_cancel (int); void ident_dump (); void exit (int); int turbodaq_send_primlist (char *); int turbodaq_set_modid (char *); int turbodaq_release (); #endif /* _amb_builtin_inc_ */