Changes in uspace/app/top/screen.h [bd41ac52:87822ce] in mainline
- File:
-
- 1 edited
-
uspace/app/top/screen.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/top/screen.h
rbd41ac52 r87822ce 35 35 #define TOP_SCREEN_H_ 36 36 37 #include <errno.h> 37 38 #include <io/console.h> 38 39 #include <io/verify.h> … … 47 48 _HELENOS_PRINTF_ATTRIBUTE(1, 2); 48 49 49 extern int tgetchar(sec_t);50 extern errno_t tgetchar(sec_t, int *); 50 51 51 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
