X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;h=b8c41cf3534f5ec9dc13447a8dc8455e3bee036b;hb=c9ac021f1381269609f3654384698f398cf46b96;hp=141d163867216d696bbb513c15f7a451c5e83dab;hpb=affd7e4168d70b94e015b777748b7eca1cd00ec0;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index 141d163..b8c41cf 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -1,10 +1,21 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1997, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rstemp.h,v $ - * Revision 1.1 1994-11-04 13:21:23 quinn + * 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. + * + * Revision 1.2 1995/09/04 15:20:13 adam + * More work on temp sets. is_open member removed. + * + * Revision 1.1 1994/11/04 13:21:23 quinn * Working. * */ @@ -14,6 +25,20 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern const rset_control *rset_kind_temp; +typedef struct rset_temp_parms +{ + int key_size; + char *temp_path; +} rset_temp_parms; + +#ifdef __cplusplus +} +#endif + #endif