Changes in uspace/app/edit/sheet_impl.h [69cf3a4:55edba0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/sheet_impl.h
r69cf3a4 r55edba0 40 40 41 41 /** Sheet */ 42 typedefstruct sheet {42 struct sheet { 43 43 /* Note: This structure is opaque for the user. */ 44 44 … … 48 48 49 49 list_t tags; 50 } sheet_t;50 }; 51 51 52 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.