Subversion Repositories HelenOS

Rev

Rev 3265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3285
Line 9... Line 9...
9
#define CL_ENOENT  3
9
#define CL_ENOENT  3
10
#define CL_ENOMEM  4
10
#define CL_ENOMEM  4
11
#define CL_EPERM   5
11
#define CL_EPERM   5
12
#define CL_ENOTSUP 6
12
#define CL_ENOTSUP 6
13
#define CL_EEXEC   7
13
#define CL_EEXEC   7
-
 
14
#define CL_EEXISTS 8
14
 
15
 
15
extern char *err2str(int);
16
extern char *err2str(int);
16
extern void cli_error(int, const char *, ...);
17
extern void cli_error(int, const char *, ...);
17
extern void cli_verbose(const char *, ...);
18
extern void cli_verbose(const char *, ...);
18
#endif
19
#endif