]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_ohash.h
Give man(7) section and subsection headers hanging indentation.
[mandoc.git] / compat_ohash.h
index c5f81ec0ed10b9e97680db45ece7c26e5acbab67..e3124c96b124fdd14dcd5cf9fa5e90e8360734d7 100644 (file)
@@ -56,8 +56,7 @@ void ohash_delete(struct ohash *);
 unsigned int ohash_lookup_interval(struct ohash *, const char *,
            const char *, uint32_t);
 unsigned int ohash_lookup_memory(struct ohash *, const char *,
-           size_t, uint32_t)
-               __attribute__ ((__bounded__(__string__,2,3)));
+           size_t, uint32_t);
 void *ohash_find(struct ohash *, unsigned int);
 void *ohash_remove(struct ohash *, unsigned int);
 void *ohash_insert(struct ohash *, unsigned int, void *);