Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/output.h

    rb7fd2a0 r6d5e378  
    4040#include <io/console.h>
    4141
    42 extern errno_t output_yield(async_sess_t *);
    43 extern errno_t output_claim(async_sess_t *);
    44 extern errno_t output_get_dimensions(async_sess_t *, sysarg_t *, sysarg_t *);
    45 extern errno_t output_get_caps(async_sess_t *, console_caps_t *);
     42extern int output_yield(async_sess_t *);
     43extern int output_claim(async_sess_t *);
     44extern int output_get_dimensions(async_sess_t *, sysarg_t *, sysarg_t *);
     45extern int output_get_caps(async_sess_t *, console_caps_t *);
    4646
    4747extern frontbuf_handle_t output_frontbuf_create(async_sess_t *, chargrid_t *);
    4848
    49 extern errno_t output_cursor_update(async_sess_t *, frontbuf_handle_t);
    50 extern errno_t output_set_style(async_sess_t *, console_style_t);
     49extern int output_cursor_update(async_sess_t *, frontbuf_handle_t);
     50extern int output_set_style(async_sess_t *, console_style_t);
    5151
    52 extern errno_t output_update(async_sess_t *, frontbuf_handle_t);
    53 extern errno_t output_damage(async_sess_t *, frontbuf_handle_t,
     52extern int output_update(async_sess_t *, frontbuf_handle_t);
     53extern int output_damage(async_sess_t *, frontbuf_handle_t,
    5454    sysarg_t, sysarg_t, sysarg_t, sysarg_t);
    5555
Note: See TracChangeset for help on using the changeset viewer.