/* $Id: builtin.h,v 1.7 2004/02/16 10:54:43 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 log_anl_v (char *); int turbodaq_send_primlist (char *); #endif /* _amb_builtin_inc_ */