=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/term.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/term.h 2009/08/09 21:59:41 1.7 --- src/usr.bin/mandoc/term.h 2009/08/22 17:04:48 1.8 *************** *** 1,4 **** ! /* $Id: term.h,v 1.7 2009/08/09 21:59:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: term.h,v 1.8 2009/08/22 17:04:48 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * *************** *** 58,63 **** --- 58,64 ---- void *term_ascii2htab(void); const char *term_a2ascii(void *, const char *, size_t, size_t *); + const char *term_a2res(void *, const char *, size_t, size_t *); void term_asciifree(void *); void term_newln(struct termp *);