Changes in uspace/app/edit/search_impl.h [55edba0:7feb86e6] in mainline
- File:
-
- 1 edited
-
uspace/app/edit/search_impl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/search_impl.h
r55edba0 r7feb86e6 40 40 41 41 /** Search state */ 42 struct search {42 typedef 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 } ;51 } search_t; 52 52 53 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
