summaryrefslogtreecommitdiffstats
path: root/ml.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:05:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:05:33 +0000
commit349718f4b8e31663549686fa17aa489c79d94cf3 (patch)
tree27b9c9e5c7230f3492d187b433417c556b48b115 /ml.h
parentf78e525bbf6c4d6f545d78949778d95f5dfaa55f (diff)
downloadmandoc-349718f4b8e31663549686fa17aa489c79d94cf3.tar.gz
Versioning up.
Diffstat (limited to 'ml.h')
-rw-r--r--ml.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ml.h b/ml.h
index 71dc27f8..e940b337 100644
--- a/ml.h
+++ b/ml.h
@@ -48,7 +48,10 @@ struct ml_cbs {
const char *, const char *,
enum roffmsec, enum roffvol);
int (*ml_end)(struct md_mbuf *,
- const struct md_args *);
+ const struct md_args *,
+ const struct tm *,
+ const char *, const char *,
+ enum roffmsec, enum roffvol);
ssize_t (*ml_beginstring)(struct md_mbuf *,
const struct md_args *,
const char *, size_t);