$NetBSD: patch-ah,v 1.1 2005/03/31 19:15:23 drochner Exp $ --- ./scribus/plugins/fileloader/oodraw/ioapi.h.orig 2005-03-10 17:45:41.000000000 +0100 +++ ./scribus/plugins/fileloader/oodraw/ioapi.h @@ -35,6 +35,7 @@ extern "C" { #endif +#define OF(x) x typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));