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