]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_ohash.h
Two minor tweaks regarding the fallback from -u/-d to default mode:
[mandoc.git] / compat_ohash.h
index 85cf9114c533c27ca9206bc28c11a0a6c7ff5c01..9099adc51f5562ca8e4fe4f913a5fe4ebc31fc33 100644 (file)
@@ -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 *);