X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsm_or.h;h=6007df4b256f3a9da24dd6e0e586ad474c4daa69;hb=c0c85097014e5b007075ab71d9b5bee412e28dd5;hp=9de2b75b8277e13f1336d018a6b62338fc4e9835;hpb=de4ada45ce039553f8322e620cc047d8cf4a065e;p=idzebra-moved-to-github.git diff --git a/include/rsm_or.h b/include/rsm_or.h index 9de2b75..6007df4 100644 --- a/include/rsm_or.h +++ b/include/rsm_or.h @@ -1,10 +1,14 @@ /* - * Copyright (C) 1994-1996, Index Data I/S + * Copyright (C) 1994-1997, Index Data I/S * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: rsm_or.h,v $ - * Revision 1.2 1996-12-23 15:29:54 adam + * Revision 1.3 1997-09-05 15:30:04 adam + * Changed prototype for chr_map_input - added const. + * Added support for C++, headers uses extern "C" for public definitions. + * + * Revision 1.2 1996/12/23 15:29:54 adam * More work on truncation algorithm. * * Revision 1.1 1996/12/20 11:06:45 adam @@ -18,6 +22,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + extern const rset_control *rset_kind_m_or; typedef struct rset_m_or_parms @@ -32,4 +40,8 @@ typedef struct rset_m_or_parms int no_save_positions; } rset_m_or_parms; +#ifdef __cplusplus +} +#endif + #endif