Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/edit/sheet.h

    rb7fd2a0 r7ee7e6a  
    9090} tag_t;
    9191
    92 extern errno_t sheet_create(sheet_t **);
    93 extern errno_t sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *);
    94 extern errno_t sheet_delete(sheet_t *, spt_t *, spt_t *);
     92extern int sheet_create(sheet_t **);
     93extern int sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *);
     94extern int sheet_delete(sheet_t *, spt_t *, spt_t *);
    9595extern void sheet_copy_out(sheet_t *, spt_t const *, spt_t const *, char *,
    9696    size_t, spt_t *);
Note: See TracChangeset for help on using the changeset viewer.