X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsnull.h;h=e4ac4c30cacf02fda6622229904f78dde9993314;hb=c0c85097014e5b007075ab71d9b5bee412e28dd5;hp=ff0a32283876359533a792fa4c4012fa72575a0c;hpb=de4ada45ce039553f8322e620cc047d8cf4a065e;p=idzebra-moved-to-github.git diff --git a/include/rsnull.h b/include/rsnull.h index ff0a322..e4ac4c3 100644 --- a/include/rsnull.h +++ b/include/rsnull.h @@ -1,10 +1,14 @@ /* - * Copyright (C) 1994-1995, Index Data I/S + * Copyright (C) 1994-1997, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rsnull.h,v $ - * Revision 1.1 1995-09-06 10:36:16 adam + * Revision 1.2 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.1 1995/09/06 10:36:16 adam * Null set implemented. * */ @@ -14,6 +18,14 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern const rset_control *rset_kind_null; +#ifdef __cplusplus +} +#endif + #endif