]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc_ohash.h
In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)
[mandoc.git] / mandoc_ohash.h
index 7e24517c68cbaf5c24e2ad069d92ae7ce425f4f8..571c4cda93c723191579415474a4f9d77000284d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mandoc_ohash.h,v 1.1 2015/10/13 15:53:05 schwarze Exp $    */
+/*     $Id: mandoc_ohash.h,v 1.2 2015/11/07 14:01:16 schwarze Exp $    */
 /*
  * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -20,8 +20,4 @@
 #include "compat_ohash.h"
 #endif
 
-__BEGIN_DECLS
-
 void             mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
-
-__END_DECLS