X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/edbd1fa554d38a3f19ff970c944800ddf36ac396..27178e6666d82be945ee668c2530249f5c728eb6:/compat_ohash.h diff --git a/compat_ohash.h b/compat_ohash.h index 85cf9114..9099adc5 100644 --- a/compat_ohash.h +++ b/compat_ohash.h @@ -65,7 +65,7 @@ void *ohash_next(struct ohash *, unsigned int *); unsigned int ohash_entries(struct ohash *); void *ohash_create_entry(struct ohash_info *, const char *, const char **); -u_int32_t ohash_interval(const char *, const char **); +uint32_t ohash_interval(const char *, const char **); unsigned int ohash_qlookupi(struct ohash *, const char *, const char **); unsigned int ohash_qlookup(struct ohash *, const char *);