Subversion Repositories HelenOS

Rev

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

Rev Author Line No. Line
4408 svoboda 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