Ignore:
File:
1 edited

Legend:

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

    r6d5e378 rb7fd2a0  
    4040#include <io/console.h>
    4141
    42 extern int output_yield(async_sess_t *);
    43 extern int output_claim(async_sess_t *);
    44 extern int output_get_dimensions(async_sess_t *, sysarg_t *, sysarg_t *);
    45 extern int output_get_caps(async_sess_t *, console_caps_t *);
     42extern errno_t output_yield(async_sess_t *);
     43extern errno_t output_claim(async_sess_t *);
     44extern errno_t output_get_dimensions(async_sess_t *, sysarg_t *, sysarg_t *);
     45extern errno_t 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 int output_cursor_update(async_sess_t *, frontbuf_handle_t);
    50 extern int output_set_style(async_sess_t *, console_style_t);
     49extern errno_t output_cursor_update(async_sess_t *, frontbuf_handle_t);
     50extern errno_t output_set_style(async_sess_t *, console_style_t);
    5151
    52 extern int output_update(async_sess_t *, frontbuf_handle_t);
    53 extern int output_damage(async_sess_t *, frontbuf_handle_t,
     52extern errno_t output_update(async_sess_t *, frontbuf_handle_t);
     53extern errno_t 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.