X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fzgdu.h;h=e7a97c0855d0da5fdb949692368881a584af5a3c;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hp=7f9a1244d36c9605fb9e7e47ba3ade67474db43d;hpb=4ca818ec201c9dcf5461e419002c95fd2eac620e;p=yaz-moved-to-github.git diff --git a/include/yaz/zgdu.h b/include/yaz/zgdu.h index 7f9a124..e7a97c0 100644 --- a/include/yaz/zgdu.h +++ b/include/yaz/zgdu.h @@ -1,15 +1,22 @@ /* - * Copyright (c) 1998-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: zgdu.h,v 1.1 2003-02-21 12:08:58 adam Exp $ + * $Id: zgdu.h,v 1.5 2005-06-25 15:46:03 adam Exp $ */ + +/** + * \file zgdu.h + * \brief Header for the Z_GDU (HTTP or Z39.50 package) + */ + #ifndef Z_GDU_H #define Z_GDU_H #include +YAZ_BEGIN_CDECL + typedef struct Z_HTTP_Header Z_HTTP_Header; struct Z_HTTP_Header { @@ -56,4 +63,14 @@ YAZ_EXPORT const char *z_HTTP_errmsg(int code); YAZ_EXPORT Z_GDU *z_get_HTTP_Response(ODR o, int code); YAZ_EXPORT Z_GDU *z_get_HTTP_Request(ODR o); +YAZ_END_CDECL + #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +