Changes in uspace/app/top/screen.h [aa492fe:2d37006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/screen.h
raa492fe r2d37006 36 36 37 37 #include <io/console.h> 38 #include <io/verify.h>39 38 #include "top.h" 40 39 … … 44 43 extern void screen_done(void); 45 44 extern void print_data(data_t *); 46 extern void show_warning(const char *, ...) 47 PRINTF_ATTRIBUTE(1, 2); 45 extern void show_warning(const char *, ...); 48 46 49 47 extern int tgetchar(unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.