X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-add.h;fp=include%2Fprt-add.h;h=112958b1dd21b3225f9fe8b7e32e6921328b603f;hp=92bc5d72c8da86544c309ee970e8fbf3f842f082;hb=e147ddf129696b470aed3cfcdb405af84ee56ef6;hpb=bf7ee634e855d15e955d06e7b225d2045abd518a diff --git a/include/prt-add.h b/include/prt-add.h index 92bc5d7..112958b 100644 --- a/include/prt-add.h +++ b/include/prt-add.h @@ -24,7 +24,11 @@ * OF THIS SOFTWARE. * * $Log: prt-add.h,v $ - * Revision 1.3 1997-05-14 06:53:46 adam + * Revision 1.4 1999-04-20 09:56:48 adam + * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun). + * Modified all encoders/decoders to reflect this change. + * + * Revision 1.3 1997/05/14 06:53:46 adam * C++ support. * * Revision 1.2 1997/04/30 08:52:09 quinn @@ -103,7 +107,8 @@ typedef struct Z_SearchInfoReport Z_SearchInfoReport_elem **elements; } Z_SearchInfoReport; -int z_SearchInfoReport (ODR o, Z_SearchInfoReport **p, int opt); +int z_SearchInfoReport (ODR o, Z_SearchInfoReport **p, int opt, + const char *name); #ifdef __cplusplus }