]> 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 3094cb8a6f1667cced37eaae492ab01a599fa529..30c159f7da436f89dfe7100ae91187e3a2b408f7 100644 (file)
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/*     $Id: libman.h,v 1.47 2011/03/20 16:02:05 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>
  *
@@ -17,8 +17,6 @@
 #ifndef LIBMAN_H
 #define LIBMAN_H
 
-#include "man.h"
-
 enum   man_next {
        MAN_NEXT_SIBLING = 0,
        MAN_NEXT_CHILD
@@ -69,17 +67,13 @@ __BEGIN_DECLS
 int              man_word_alloc(struct man *, int, int, const char *);
 int              man_block_alloc(struct man *, int, int, enum mant);
 int              man_head_alloc(struct man *, int, int, enum mant);
+int              man_tail_alloc(struct man *, int, int, enum mant);
 int              man_body_alloc(struct man *, int, int, enum mant);
 int              man_elem_alloc(struct man *, int, int, enum mant);
 void             man_node_delete(struct man *, struct man_node *);
 void             man_hash_init(void);
-enum   mant      man_hash_find(const char *);
+enum mant        man_hash_find(const char *);
 int              man_macroend(struct man *);
-int              man_args(struct man *, int, int *, char *, char **);
-#define        ARGS_ERROR      (-1)
-#define        ARGS_EOLN       (0)
-#define        ARGS_WORD       (1)
-#define        ARGS_QWORD      (1)
 int              man_valid_post(struct man *);
 int              man_valid_pre(struct man *, struct man_node *);
 int              man_unscope(struct man *,