summaryrefslogtreecommitdiffstats
path: root/ml.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 21:30:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 21:30:49 +0000
commitcbf4b23303e5c63578526fbe6fa0a5d8eb493fba (patch)
tree90b5d66bb889bc989e5ae7d725256fefe9316fd5 /ml.h
parent8fd8d3e8c36a0ca787a81071a2847668e8e91619 (diff)
downloadmandoc-cbf4b23303e5c63578526fbe6fa0a5d8eb493fba.tar.gz
*** empty log message ***
Diffstat (limited to 'ml.h')
-rw-r--r--ml.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ml.h b/ml.h
index 579297ee..70ed5462 100644
--- a/ml.h
+++ b/ml.h
@@ -37,6 +37,12 @@ struct ml_cbs {
const char *, const char *);
int (*ml_end)(struct md_mbuf *,
const struct md_args *);
+ ssize_t (*ml_beginstring)(struct md_mbuf *,
+ const struct md_args *,
+ const char *, size_t);
+ ssize_t (*ml_endstring)(struct md_mbuf *,
+ const struct md_args *,
+ const char *, size_t);
ssize_t (*ml_endtag)(struct md_mbuf *,
void *, const struct md_args *,
enum md_ns, int);