Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/top/screen.h

    r87822ce rbd41ac52  
    3535#define TOP_SCREEN_H_
    3636
    37 #include <errno.h>
    3837#include <io/console.h>
    3938#include <io/verify.h>
     
    4847    _HELENOS_PRINTF_ATTRIBUTE(1, 2);
    4948
    50 extern errno_t tgetchar(sec_t, int *);
     49extern int tgetchar(sec_t);
    5150
    5251#endif
Note: See TracChangeset for help on using the changeset viewer.