Subversion Repositories HelenOS

Rev

Rev 3346 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3346 Rev 3366
Line 10... Line 10...
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
#define CL_EEXISTS 8
-
 
15
#define CL_ETOOBIG 9
-
 
16
 
-
 
17
/* Just like 'errno' */
-
 
18
extern volatile int cli_errno;
15
 
19
 
16
extern char *err2str(int);
-
 
17
extern void cli_error(int, const char *, ...);
20
extern void cli_error(int, const char *, ...);
18
extern void cli_verbose(const char *, ...);
-
 
-
 
21
 
19
#endif
22
#endif