X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;h=f19d54d0a02969177e71472cd5754c1a6aecc9c0;hb=9c75e92604fae1efd7137d085dd2281e7886345b;hp=d011259473638d1d9fd3266e887838997ea29f58;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index d011259..f19d54d 100644 --- a/include/yaz/comstack.h +++ b/include/yaz/comstack.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: comstack.h,v 1.25 2007-01-03 08:42:14 adam Exp $ */ +/* $Id: comstack.h,v 1.27 2007-04-12 13:52:57 adam Exp $ */ /** * \file comstack.h @@ -35,7 +35,7 @@ #define COMSTACK_H #include -#include +#include #include YAZ_BEGIN_CDECL @@ -132,6 +132,7 @@ YAZ_EXPORT int cs_set_ssl_ctx(COMSTACK cs, void *ctx); YAZ_EXPORT int cs_set_ssl_certificate_file(COMSTACK cs, const char *fname); YAZ_EXPORT int cs_get_peer_certificate_x509(COMSTACK cs, char **buf, int *len); YAZ_EXPORT void cs_set_max_recv_bytes(COMSTACK cs, int max_recv_bytes); +YAZ_EXPORT int cs_complete_http(const char *buf, int len); /* * error management.