Subversion Repositories HelenOS

Rev

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

  1. #ifndef HELP_H
  2. #define HELP_H
  3.  
  4. /* Prototypes for the help command (excluding entry points) */
  5. static int is_mod_or_builtin(char *);
  6.  
  7. #endif
  8.