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