Ignore:
File:
1 edited

Legend:

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

    r838ea8aa rb7fd2a0  
    3636#define LIBC_ODICT_H_
    3737
     38#include <errno.h>
    3839#include <stdbool.h>
    3940#include <stddef.h>
     
    6162extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *);
    6263extern odlink_t *odict_find_lt(odict_t *, void *, odlink_t *);
    63 extern int odict_validate(odict_t *);
     64extern errno_t odict_validate(odict_t *);
    6465
    6566#endif
Note: See TracChangeset for help on using the changeset viewer.