summaryrefslogtreecommitdiffstats
path: root/mlg.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 10:43:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 10:43:57 +0000
commitf78e525bbf6c4d6f545d78949778d95f5dfaa55f (patch)
treeb09a7f9c9fdf7e8c4dc97030c55c045eea50d5d0 /mlg.c
parente0d9872bbdd4110b297086232c64be230e972e68 (diff)
downloadmandoc-f78e525bbf6c4d6f545d78949778d95f5dfaa55f.tar.gz
*** empty log message ***
Diffstat (limited to 'mlg.c')
-rw-r--r--mlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlg.c b/mlg.c
index c6c3963a..f4cb3f30 100644
--- a/mlg.c
+++ b/mlg.c
@@ -58,7 +58,7 @@ static int mlg_roffmsg(void *arg,
const char *, const char *);
static int mlg_roffhead(void *, const struct tm *,
const char *, const char *,
- enum roffmsec, const char *);
+ enum roffmsec, enum roffvol);
static int mlg_rofftail(void *);
static int mlg_roffin(void *, int,
int *, const char **);
@@ -404,7 +404,7 @@ mlg_alloc(const struct md_args *args,
static int
mlg_roffhead(void *arg, const struct tm *tm, const char *os,
- const char *title, enum roffmsec sec, const char *vol)
+ const char *title, enum roffmsec sec, enum roffvol vol)
{
struct md_mlg *p;