Changes in uspace/app/edit/sheet.h [b7fd2a0:7ee7e6a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/sheet.h
rb7fd2a0 r7ee7e6a 90 90 } tag_t; 91 91 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 *);92 extern int sheet_create(sheet_t **); 93 extern int sheet_insert(sheet_t *, spt_t *, enum dir_spec, char *); 94 extern int sheet_delete(sheet_t *, spt_t *, spt_t *); 95 95 extern void sheet_copy_out(sheet_t *, spt_t const *, spt_t const *, char *, 96 96 size_t, spt_t *);
Note:
See TracChangeset
for help on using the changeset viewer.