Changes in uspace/app/edit/sheet.h [b72efe8:3052ff4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/sheet.h
rb72efe8 r3052ff4 57 57 char *data; 58 58 59 li st_t tags;59 link_t tags_head; 60 60 } sheet_t; 61 61 … … 91 91 /* Note: This structure is opaque for the user. */ 92 92 93 /** Link to list of all tags in the sheet (see sheet_t.tags ) */93 /** Link to list of all tags in the sheet (see sheet_t.tags_head) */ 94 94 link_t link; 95 95 sheet_t *sh;
Note:
See TracChangeset
for help on using the changeset viewer.