X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isam%2Fisutil.h;h=9b165400b037d52bead260776ba0add12aeae260;hb=5e7516d00451ada59a311fad05e8e3959242cdc7;hp=50bbb62ff3b1cd6b3e62d250f5618122bde72798;hpb=2fdd6275d8becc9c2317bd2b23daa3c569926392;p=idzebra-moved-to-github.git diff --git a/isam/isutil.h b/isam/isutil.h index 50bbb62..9b16540 100644 --- a/isam/isutil.h +++ b/isam/isutil.h @@ -1,10 +1,16 @@ /* - * Copyright (C) 1994, Index Data I/S + * Copyright (C) 1994-1999, Index Data * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * * $Log: isutil.h,v $ - * Revision 1.1 1994-09-12 08:02:14 quinn + * Revision 1.3 1999-05-26 07:49:14 adam + * C++ compilation. + * + * Revision 1.2 1999/02/02 14:51:18 adam + * Updated WIN32 code specific sections. Changed header. + * + * Revision 1.1 1994/09/12 08:02:14 quinn * Not functional yet * */ @@ -17,8 +23,16 @@ #ifndef ISUTIL_H #define ISUTIL_H +#ifdef __cplusplus +extern "C" { +#endif + char *strconcat(const char *s1, ...); int is_default_cmp(const void *k1, const void *k2); /* compare function */ +#ifdef __cplusplus +} +#endif + #endif