Changes in uspace/app/bdsh/errors.h [36ab7c7:aa492fe] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/errors.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/errors.h
r36ab7c7 raa492fe 30 30 #define ERRORS_H 31 31 32 #include <io/verify.h> 33 32 34 /* Various error levels */ 33 35 #define CL_EFATAL -1 … … 46 48 extern volatile int cli_errno; 47 49 48 extern void cli_error(int, const char *, ...); 50 extern void cli_error(int, const char *, ...) 51 PRINTF_ATTRIBUTE(2, 3); 49 52 50 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
