X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/8a1e7c36cb8b9ca64c677d1ff9d786c9e46fd7b0..da181a763103d06750f7b921ac41c64de577f289:/libman.h diff --git a/libman.h b/libman.h index 62c7f294..d20e1b77 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.69 2015/04/02 22:48:17 schwarze Exp $ */ +/* $Id: libman.h,v 1.70 2015/04/02 23:48:19 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -33,7 +33,7 @@ struct man { enum man_next next; /* where to put the next node */ struct roff_node *last; /* the last parsed node */ struct roff_node *first; /* the first parsed node */ - struct man_meta meta; /* document meta-data */ + struct roff_meta meta; /* document meta-data */ struct roff *roff; };