summaryrefslogtreecommitdiffstatshomepage
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-01-07 16:11:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-01-07 16:11:40 +0000
commita3f75e2959afffc9f3aaca2083e538f159a81bd5 (patch)
tree92ea8ab9b8de921b7d6d809dfc43ee07c0cf6fa5 /private.h
parent764912ffd1d25c58186eba0c2f70ff0de3d08a7b (diff)
downloadmandoc-a3f75e2959afffc9f3aaca2083e538f159a81bd5.tar.gz
mandoc-a3f75e2959afffc9f3aaca2083e538f159a81bd5.tar.zst
mandoc-a3f75e2959afffc9f3aaca2083e538f159a81bd5.zip
All macros have lines/positions.
Diffstat (limited to 'private.h')
-rw-r--r--private.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/private.h b/private.h
index 9a441f0a..19b1ed48 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.58 2009/01/07 15:57:14 kristaps Exp $ */
+/* $Id: private.h,v 1.59 2009/01/07 16:11:40 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -64,14 +64,15 @@ int mdoc_warn(struct mdoc *, int, int, enum mdoc_warn);
void mdoc_msg(struct mdoc *, int, const char *, ...);
int mdoc_macro(MACRO_PROT_ARGS);
int mdoc_find(const struct mdoc *, const char *);
-void mdoc_word_alloc(struct mdoc *, int, const char *);
+void mdoc_word_alloc(struct mdoc *,
+ int, int, const char *);
void mdoc_elem_alloc(struct mdoc *, int, int,
- size_t, const struct mdoc_arg *);
+ int, size_t, const struct mdoc_arg *);
void mdoc_block_alloc(struct mdoc *, int, int,
- size_t, const struct mdoc_arg *);
-void mdoc_head_alloc(struct mdoc *, int, int);
-void mdoc_tail_alloc(struct mdoc *, int, int);
-void mdoc_body_alloc(struct mdoc *, int, int);
+ int, size_t, const struct mdoc_arg *);
+void mdoc_head_alloc(struct mdoc *, int, int, int);
+void mdoc_tail_alloc(struct mdoc *, int, int, int);
+void mdoc_body_alloc(struct mdoc *, int, int, int);
void mdoc_node_free(struct mdoc_node *);
void mdoc_sibling(struct mdoc *, int, struct mdoc_node **,
struct mdoc_node **, struct mdoc_node *);