--- psiconv/trunk/lib/psiconv/configuration.h 2004/02/09 23:12:58 208 +++ psiconv/tags/rel-0-9-9/lib/psiconv/configuration.h 2014/10/29 09:17:54 357 @@ -1,6 +1,6 @@ /* configuration.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999-2004 Frodo Looijaard + Copyright (c) 1999-2014 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,8 +27,8 @@ extern "C" { #endif /* __cplusplus */ -typedef void *psiconv_error_handler_t (int kind, psiconv_u32 off, - const char *message); +typedef void psiconv_error_handler_t (int kind, psiconv_u32 off, + const char *message); typedef struct psiconv_config_s {