]> git.cameronkatri.com Git - mandoc.git/blobdiff - main.h
When checking the validity of cross references with -Tlint,
[mandoc.git] / main.h
diff --git a/main.h b/main.h
index f12f3e4c3a05218e5b3fa0f27d7a39a1c618c95d..f9b8f135f8852835b50929f314bdea79a3dcf74b 100644 (file)
--- a/main.h
+++ b/main.h
@@ -1,4 +1,4 @@
-/*     $Id: main.h,v 1.26 2016/07/15 19:33:01 schwarze Exp $ */
+/*     $Id: main.h,v 1.27 2017/03/03 14:23:23 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -49,3 +49,5 @@ void            pspdf_free(void *);
 void             terminal_mdoc(void *, const struct roff_man *);
 void             terminal_man(void *, const struct roff_man *);
 void             terminal_sepline(void *);
+
+void             markdown_mdoc(void *, const struct roff_man *);