X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;h=b8c41cf3534f5ec9dc13447a8dc8455e3bee036b;hb=b9093505b17a074e79137ed64595c8269f77d330;hp=2ba086d6391ef1ea9e191d973e61a0ed5f044ae8;hpb=5f8ba9f35bd3c9aeafe26613021f2edd141b8611;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index 2ba086d..b8c41cf 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rstemp.h,v $ - * Revision 1.3 1997-09-05 15:30:05 adam + * Revision 1.4 1997-09-17 12:19:11 adam + * Zebra version corresponds to YAZ version 1.4. + * Changed Zebra server so that it doesn't depend on global common_resource. + * + * Revision 1.3 1997/09/05 15:30:05 adam * Changed prototype for chr_map_input - added const. * Added support for C++, headers uses extern "C" for public definitions. * @@ -30,6 +34,7 @@ extern const rset_control *rset_kind_temp; typedef struct rset_temp_parms { int key_size; + char *temp_path; } rset_temp_parms; #ifdef __cplusplus