00001 #ifndef INPUT_H 00002 #define INPUT_H 00003 00004 #include "cmds/cmds.h" 00005 00006 /* prototypes */ 00007 00008 extern void get_input(cliuser_t *); 00009 extern int tok_input(cliuser_t *); 00010 extern int input_init(void); 00011 00012 #endif