summaryrefslogtreecommitdiffstatshomepage
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
commit7d393d45bdff6d0d4a4742e71d0c6997150410be (patch)
tree9998584b5f49d7853deab8b04a9bb7e7e62f3613 /mlg.c
parent643d4d3e12bab073d256761997a695832f403658 (diff)
downloadmandoc-7d393d45bdff6d0d4a4742e71d0c6997150410be.tar.gz
mandoc-7d393d45bdff6d0d4a4742e71d0c6997150410be.tar.zst
mandoc-7d393d45bdff6d0d4a4742e71d0c6997150410be.zip
*** empty log message ***
Diffstat (limited to 'mlg.c')
-rw-r--r--mlg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mlg.c b/mlg.c
index bccde15e..c4ddf090 100644
--- a/mlg.c
+++ b/mlg.c
@@ -1,4 +1,4 @@
-/* $Id: mlg.c,v 1.24 2008/12/10 00:52:46 kristaps Exp $ */
+/* $Id: mlg.c,v 1.25 2008/12/10 10:43:57 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;