=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/mandoc/main.h 2010/06/10 22:50:10 1.5 --- src/usr.bin/mandoc/main.h 2010/06/29 15:49:52 1.6 *************** *** 1,4 **** ! /* $Id: main.h,v 1.5 2010/06/10 22:50:10 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: main.h,v 1.6 2010/06/29 15:49:52 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * *************** *** 44,50 **** void *ascii_alloc(char *); void ascii_free(void *); ! void *ps_alloc(void); void ps_free(void *); void terminal_mdoc(void *, const struct mdoc *); --- 44,50 ---- void *ascii_alloc(char *); void ascii_free(void *); ! void *ps_alloc(char *); void ps_free(void *); void terminal_mdoc(void *, const struct mdoc *);