Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/adt/odict.h

    rb7fd2a0 r838ea8aa  
    3636#define LIBC_ODICT_H_
    3737
    38 #include <errno.h>
    3938#include <stdbool.h>
    4039#include <stddef.h>
     
    6261extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *);
    6362extern odlink_t *odict_find_lt(odict_t *, void *, odlink_t *);
    64 extern errno_t odict_validate(odict_t *);
     63extern int odict_validate(odict_t *);
    6564
    6665#endif
Note: See TracChangeset for help on using the changeset viewer.