summaryrefslogtreecommitdiffstats
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
commit4ce1145a885d27e0475f0ce07a876140bbf4ae0e (patch)
treeafc68ba3229178cdcfa8669dd0c6bbb0bf8f72fd /private.h
parentf0046239049623a3d7e442ee672ae6bb28674e76 (diff)
downloadmandoc-4ce1145a885d27e0475f0ce07a876140bbf4ae0e.tar.gz
All macros have lines/positions.
Diffstat (limited to 'private.h')
-rw-r--r--private.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/private.h b/private.h
index 81c3e3ab..e760bcbc 100644
--- a/private.h
+++ b/private.h
@@ -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 *);