X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=8051bca45cf51d59944dae848a82272ba8198b42;hb=ac286ae76051058c8e340bf84eb98391340b7d22;hp=f1bf623de23981fc40637c376c414c8ff0533963;hpb=6d6cdcaccf2b4cab92da8e29700053b43543dd4c;p=yaz-moved-to-github.git diff --git a/include/yaz/proto.h b/include/yaz/proto.h index f1bf623..8051bca 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: proto.h,v 1.7 2003-02-12 15:06:43 adam Exp $ + * $Id: proto.h,v 1.8 2003-02-14 18:49:23 adam Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -154,6 +154,7 @@ YAZ_EXPORT const char *z_HTTP_header_lookup(Z_HTTP_Header *hp, const char *n); 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