=================================================================== RCS file: /cvs/mandoc/libmdoc.h,v retrieving revision 1.76 retrieving revision 1.78 diff -u -p -r1.76 -r1.78 --- mandoc/libmdoc.h 2011/07/18 07:48:14 1.76 +++ mandoc/libmdoc.h 2011/12/02 01:37:14 1.78 @@ -1,6 +1,6 @@ -/* $Id: libmdoc.h,v 1.76 2011/07/18 07:48:14 kristaps Exp $ */ +/* $Id: libmdoc.h,v 1.78 2011/12/02 01:37:14 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -124,7 +124,6 @@ const char *mdoc_a2lib(const char *); const char *mdoc_a2st(const char *); const char *mdoc_a2arch(const char *); const char *mdoc_a2vol(const char *); -const char *mdoc_a2msec(const char *); int mdoc_valid_pre(struct mdoc *, struct mdoc_node *); int mdoc_valid_post(struct mdoc *); enum margverr mdoc_argv(struct mdoc *, int, enum mdoct,