=================================================================== RCS file: /cvs/mandoc/term.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/term.h 2009/03/16 22:19:19 1.25 +++ mandoc/term.h 2009/03/17 13:35:46 1.26 @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.25 2009/03/16 22:19:19 kristaps Exp $ */ +/* $Id: term.h,v 1.26 2009/03/17 13:35:46 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -81,6 +81,7 @@ struct termact { void *ascii2htab(void); const char *a2ascii(void *, const char *, size_t, size_t *); +void asciifree(void *); void newln(struct termp *); void vspace(struct termp *);