X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=9dc54c2889220440941d3957b2ad2d578f04e545;hb=7e6099dcfa2a7d2f93642e5873286a84fc595cc0;hp=2568413f92407a8649d2751718cf3f71519a4a71;hpb=6d9e8305bb173398dc9b886070a72b40618304ca;p=yaz-moved-to-github.git diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 2568413..9dc54c2 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data * See the file LICENSE for details. * - * $Id: proto.h,v 1.12 2004-01-12 12:11:57 adam Exp $ + * $Id: proto.h,v 1.13 2004-01-15 10:16:26 adam Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -116,7 +116,9 @@ YAZ_EXPORT void yaz_display_OPAC(WRBUF wrbuf, Z_OPACRecord *r, int flags); YAZ_EXPORT int yaz_init_opt_encode(Z_Options *opt, const char *opt_str, int *error_pos); YAZ_EXPORT void yaz_init_opt_decode(Z_Options *opt, - void (*pr)(const char *name)); + void (*pr)(const char *name, + void *clientData), + void *clientData); YAZ_END_CDECL #include