Subversion Repositories HelenOS

Rev

Rev 3483 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef UTIL_H
  2. #define UTIL_H
  3.  
  4. #include "scli.h"
  5.  
  6. /* Utility functions */
  7. extern unsigned int cli_count_args(char **);
  8. extern unsigned int cli_set_prompt(cliuser_t *usr);
  9.  
  10. #endif
  11.