X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frstemp.h;h=2ba086d6391ef1ea9e191d973e61a0ed5f044ae8;hb=c0c85097014e5b007075ab71d9b5bee412e28dd5;hp=6fffa853e21fd0ae1ddd4652576b79b6945554ce;hpb=de4ada45ce039553f8322e620cc047d8cf4a065e;p=idzebra-moved-to-github.git diff --git a/include/rstemp.h b/include/rstemp.h index 6fffa85..2ba086d 100644 --- a/include/rstemp.h +++ b/include/rstemp.h @@ -1,10 +1,14 @@ /* - * 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.2 1995-09-04 15:20:13 adam + * 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 @@ -17,6 +21,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern const rset_control *rset_kind_temp; typedef struct rset_temp_parms @@ -24,4 +32,8 @@ typedef struct rset_temp_parms int key_size; } rset_temp_parms; +#ifdef __cplusplus +} +#endif + #endif