]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmdoc.h
If the first character of free-form text is whitespace, then a newline
[mandoc.git] / libmdoc.h
index eb9175246a54370ea3ee50243bb72336cd3059d7..5a46d1cfb98b52bb07ca2bd3814ead3b981cd657 100644 (file)
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -1,4 +1,4 @@
-/*     $Id: libmdoc.h,v 1.62 2010/08/20 01:02:07 schwarze Exp $ */
+/*     $Id: libmdoc.h,v 1.63 2010/11/30 13:04:14 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -128,9 +128,6 @@ const char   *mdoc_a2vol(const char *);
 const char      *mdoc_a2msec(const char *);
 int              mdoc_valid_pre(struct mdoc *, struct mdoc_node *);
 int              mdoc_valid_post(struct mdoc *);
-int              mdoc_action_pre(struct mdoc *, 
-                       struct mdoc_node *);
-int              mdoc_action_post(struct mdoc *);
 enum margverr    mdoc_argv(struct mdoc *, int, enum mdoct,
                        struct mdoc_arg **, int *, char *);
 void             mdoc_argv_free(struct mdoc_arg *);