Subversion Repositories HelenOS

Rev

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

  1. #ifndef BDD_ENTRY_H
  2. #define BDD_ENTRY_H
  3.  
  4. /* Entry points for the bdd command */
  5. extern int cmd_bdd(char **);
  6. extern void help_cmd_bdd(unsigned int);
  7.  
  8. #endif /* BDD_ENTRY_H */
  9.  
  10.