Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3284 → Rev 3285

/branches/shell/uspace/app/bdsh/errors.h
11,6 → 11,7
#define CL_EPERM 5
#define CL_ENOTSUP 6
#define CL_EEXEC 7
#define CL_EEXISTS 8
 
extern char *err2str(int);
extern void cli_error(int, const char *, ...);