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