=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/mandoc/main.h 2010/06/29 15:49:52 1.6 --- src/usr.bin/mandoc/main.h 2010/07/25 18:05:54 1.7 *************** *** 1,6 **** ! /* $Id: main.h,v 1.6 2010/06/29 15:49:52 schwarze Exp $ */ /* ! * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,6 ---- ! /* $Id: main.h,v 1.7 2010/07/25 18:05:54 schwarze Exp $ */ /* ! * Copyright (c) 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 44,51 **** void *ascii_alloc(char *); void ascii_free(void *); void *ps_alloc(char *); ! void ps_free(void *); void terminal_mdoc(void *, const struct mdoc *); void terminal_man(void *, const struct man *); --- 44,52 ---- void *ascii_alloc(char *); void ascii_free(void *); + void *pdf_alloc(char *); void *ps_alloc(char *); ! void pspdf_free(void *); void terminal_mdoc(void *, const struct mdoc *); void terminal_man(void *, const struct man *);