=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mandoc/main.h 2010/07/25 18:05:54 1.7 --- src/usr.bin/mandoc/main.h 2011/05/29 21:22:18 1.8 *************** *** 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 --- 1,6 ---- ! /* $Id: main.h,v 1.8 2011/05/29 21:22:18 schwarze Exp $ */ /* ! * Copyright (c) 2009, 2010, 2011 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 *************** *** 41,46 **** --- 41,48 ---- void tree_mdoc(void *, const struct mdoc *); void tree_man(void *, const struct man *); + void *locale_alloc(char *); + void *utf8_alloc(char *); void *ascii_alloc(char *); void ascii_free(void *);