X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fzgdu.h;h=3c2ad75546a39693c0f037fe047e62b1e401e6ec;hb=077c4e7bb226de0f6414674e01a838498a49867b;hp=a92a3b167ef17d31fc06ff5d9221a89a623c185d;hpb=473824797f568578dc17d7242551cb2f7ccef46c;p=yaz-moved-to-github.git diff --git a/include/yaz/zgdu.h b/include/yaz/zgdu.h index a92a3b1..3c2ad75 100644 --- a/include/yaz/zgdu.h +++ b/include/yaz/zgdu.h @@ -110,6 +110,8 @@ YAZ_EXPORT int yaz_decode_http_response(ODR o, Z_HTTP_Response **hr_p); YAZ_EXPORT int yaz_encode_http_response(ODR o, Z_HTTP_Response *hr); YAZ_EXPORT int yaz_encode_http_request(ODR o, Z_HTTP_Request *hr); +YAZ_EXPORT const char *yaz_check_location(ODR odr, const char *uri, + const char *location, int *host_change); YAZ_END_CDECL #endif