Ignore:
File:
1 edited

Legend:

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

    r55edba0 r69cf3a4  
    4040
    4141/** Sheet */
    42 struct sheet {
     42typedef struct sheet {
    4343        /* Note: This structure is opaque for the user. */
    4444
     
    4848
    4949        list_t tags;
    50 };
     50} sheet_t;
    5151
    5252#endif
Note: See TracChangeset for help on using the changeset viewer.