Changeset aa492fe in mainline for uspace/app
- Timestamp:
- 2012-08-23T14:49:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f0a2720
- Parents:
- dd13349
- Location:
- uspace/app
- Files:
-
- 2 edited
-
bdsh/errors.h (modified) (2 diffs)
-
top/screen.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/errors.h
rdd13349 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 -
uspace/app/top/screen.h
rdd13349 raa492fe 36 36 37 37 #include <io/console.h> 38 #include <io/verify.h> 38 39 #include "top.h" 39 40 … … 43 44 extern void screen_done(void); 44 45 extern void print_data(data_t *); 45 extern void show_warning(const char *, ...); 46 extern void show_warning(const char *, ...) 47 PRINTF_ATTRIBUTE(1, 2); 46 48 47 49 extern int tgetchar(unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.
