Subversion Repositories HelenOS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef INPUT_H
  2. #define INPUT_H
  3.  
  4. #include "cmds/cmds.h"
  5.  
  6. /* prototypes */
  7. extern int tok_input(cliuser_t *);
  8. extern void get_input(cliuser_t *);
  9. extern void cli_restricted(char *);
  10.  
  11. #ifdef HELENOS
  12. extern void read_line(char *, int);
  13. #endif
  14.  
  15. #endif
  16.