Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3268 → Rev 3269

/branches/shell/uspace/app/bdsh/cmds/builtins/cd/entry.h
5,7 → 5,7
 
/* Entry points for the cd command */
extern void * help_cmd_cd(unsigned int);
extern int * cmd_cd(char *[], cliuser_t *);
extern int * cmd_cd(char **, cliuser_t *);
 
#endif