]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
Make -T[x]html for tables structure cells with a width. I don't
[mandoc.git] / libman.h
index da939e9c175c0c482fc91b12b5b5270165bfe613..e1a9aecc8ee6c6ba1c77194395ff189451392003 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.43 2010/08/20 01:02:07 schwarze Exp $ */
+/*     $Id: libman.h,v 1.44 2010/11/30 15:36:28 kristaps Exp $ */
 /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -84,8 +84,6 @@ int             man_vmsg(struct man *, enum mandocerr,
                        int, int, const char *, ...);
 int              man_valid_post(struct man *);
 int              man_valid_pre(struct man *, struct man_node *);
-int              man_action_post(struct man *);
-int              man_action_pre(struct man *, struct man_node *);
 int              man_unscope(struct man *, 
                        const struct man_node *, enum mandocerr);