=================================================================== RCS file: /cvs/mandoc/Attic/ml.h,v retrieving revision 1.12 retrieving revision 1.14 diff -u -p -r1.12 -r1.14 --- mandoc/Attic/ml.h 2008/12/10 00:52:46 1.12 +++ mandoc/Attic/ml.h 2008/12/10 12:05:33 1.14 @@ -1,4 +1,4 @@ -/* $Id: ml.h,v 1.12 2008/12/10 00:52:46 kristaps Exp $ */ +/* $Id: ml.h,v 1.14 2008/12/10 12:05:33 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -46,9 +46,12 @@ struct ml_cbs { const struct md_args *, const struct tm *, const char *, const char *, - enum roffmsec, 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);