Ignore:
File:
1 edited

Legend:

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

    r7feb86e6 r55edba0  
    4040
    4141/** Search state */
    42 typedef struct search {
     42struct search {
    4343        /* Note: This structure is opaque for the user. */
    4444
     
    4949        void *client_data;
    5050        search_ops_t ops;
    51 } search_t;
     51};
    5252
    5353#endif
Note: See TracChangeset for help on using the changeset viewer.