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