Changes in uspace/lib/c/include/adt/odict.h [838ea8aa:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/adt/odict.h
r838ea8aa rb7fd2a0 36 36 #define LIBC_ODICT_H_ 37 37 38 #include <errno.h> 38 39 #include <stdbool.h> 39 40 #include <stddef.h> … … 61 62 extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *); 62 63 extern odlink_t *odict_find_lt(odict_t *, void *, odlink_t *); 63 extern int odict_validate(odict_t *);64 extern errno_t odict_validate(odict_t *); 64 65 65 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.