=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/libman.h,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- src/usr.bin/mandoc/libman.h 2015/04/19 13:50:10 1.49 +++ src/usr.bin/mandoc/libman.h 2015/04/19 14:25:05 1.50 @@ -1,4 +1,4 @@ -/* $OpenBSD: libman.h,v 1.49 2015/04/19 13:50:10 schwarze Exp $ */ +/* $OpenBSD: libman.h,v 1.50 2015/04/19 14:25:05 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -36,8 +36,6 @@ __BEGIN_DECLS -void man_word_alloc(struct roff_man *, int, int, const char *); -void man_word_append(struct roff_man *, const char *); void man_block_alloc(struct roff_man *, int, int, int); void man_elem_alloc(struct roff_man *, int, int, int); int man_hash_find(const char *);