Changes in uspace/app/edit/search_impl.h [7feb86e6:55edba0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/search_impl.h
r7feb86e6 r55edba0 40 40 41 41 /** Search state */ 42 typedefstruct search {42 struct search { 43 43 /* Note: This structure is opaque for the user. */ 44 44 … … 49 49 void *client_data; 50 50 search_ops_t ops; 51 } search_t;51 }; 52 52 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.