=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- mandoc/term.h 2010/06/07 20:57:09 1.58 +++ mandoc/term.h 2010/06/08 13:22:37 1.59 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.58 2010/06/07 20:57:09 kristaps Exp $ */ +/* $Id: term.h,v 1.59 2010/06/08 13:22:37 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -81,6 +81,8 @@ struct termp { size_t pspage; /* -Tps: current page */ }; +struct termp *term_alloc(enum termenc); +void term_free(struct termp *); void term_newln(struct termp *); void term_vspace(struct termp *); void term_word(struct termp *, const char *);