X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fz-proto.h;h=018834d07e81d7ebd7c051e4a300e8db07870a31;hb=e973eb3ceaeaf25735f8250aed8400c87ddcb9da;hp=87c71b4a6d9ebd72bc31542fada3a1c40de70f7a;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/include/yaz/z-proto.h b/include/yaz/z-proto.h index 87c71b4..018834d 100644 --- a/include/yaz/z-proto.h +++ b/include/yaz/z-proto.h @@ -1,10 +1,16 @@ /* - * Copyright (c) 1998-1999, Index Data + * Copyright (c) 1998-2000, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: z-proto.h,v $ - * Revision 1.1 1999-11-30 13:47:11 adam + * Revision 1.3 2000-02-28 11:20:06 adam + * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL. + * + * Revision 1.2 1999/12/16 23:36:19 adam + * Implemented ILL protocol. Minor updates ASN.1 compiler. + * + * Revision 1.1 1999/11/30 13:47:11 adam * Improved installation. Moved header files to include/yaz. * * Revision 1.2 1999/06/09 10:52:11 adam @@ -27,34 +33,32 @@ #define ASN_COMPILED 1 #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef __cplusplus -extern "C" { -#endif +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +YAZ_BEGIN_CDECL #define Z_PRES_SUCCESS Z_PresentStatus_success #define Z_PRES_PARTIAL_1 Z_PresentStatus_partial_1 @@ -112,9 +116,7 @@ typedef struct Z_IOItemOrder Z_ItemOrder; YAZ_EXPORT Z_APDU *zget_APDU(ODR o, int which); YAZ_EXPORT Z_Close *zget_Close (ODR o); -#ifdef __cplusplus -} -#endif +YAZ_END_CDECL #include