]> git.cameronkatri.com Git - mandoc.git/blobdiff - libman.h
Add manual page for mandoc-db (mostly to document the file format of
[mandoc.git] / libman.h
index 4a64c076aade77da991f4ad6d4016c7fe26b1863..30c159f7da436f89dfe7100ae91187e3a2b408f7 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.50 2011/03/23 12:40:04 kristaps Exp $ */
+/*     $Id: libman.h,v 1.51 2011/03/23 15:33:57 kristaps Exp $ */
 /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
 /*
  * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -56,12 +56,6 @@ struct       man_macro {
 #define        MAN_NOCLOSE      (1 << 4)       /* See blk_exp(). */
 };
 
 #define        MAN_NOCLOSE      (1 << 4)       /* See blk_exp(). */
 };
 
-enum   margserr {
-       ARGS_EOLN,
-       ARGS_WORD,
-       ARGS_QWORD
-};
-
 extern const struct man_macro *const man_macros;
 
 __BEGIN_DECLS
 extern const struct man_macro *const man_macros;
 
 __BEGIN_DECLS
@@ -80,7 +74,6 @@ void            man_node_delete(struct man *, struct man_node *);
 void             man_hash_init(void);
 enum mant        man_hash_find(const char *);
 int              man_macroend(struct man *);
 void             man_hash_init(void);
 enum mant        man_hash_find(const char *);
 int              man_macroend(struct man *);
-enum margserr    man_args(struct man *, int, int *, char *, char **);
 int              man_valid_post(struct man *);
 int              man_valid_pre(struct man *, struct man_node *);
 int              man_unscope(struct man *, 
 int              man_valid_post(struct man *);
 int              man_valid_pre(struct man *, struct man_node *);
 int              man_unscope(struct man *,