X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fcomstack.h;h=c78d6dc94d55526ba0f6b0d029bb4c27aacf3c5b;hb=bab540a6816b1ae07a834075e0c71d0f160565e4;hp=216d28d3fcad44e856ad3d8e2ab079937f18ba68;hpb=d6862f25e98c81258ac86ee865b82ba610fd0b8f;p=yaz-moved-to-github.git diff --git a/include/yaz/comstack.h b/include/yaz/comstack.h index 216d28d..c78d6dc 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.26 2007-01-11 10:30:40 adam Exp $ */ +/* $Id: comstack.h,v 1.30 2007-10-09 06:00:55 adam Exp $ */ /** * \file comstack.h @@ -35,7 +35,7 @@ #define COMSTACK_H #include -#include +#include #include YAZ_BEGIN_CDECL @@ -126,14 +126,15 @@ YAZ_EXPORT const char *cs_errmsg(int n); YAZ_EXPORT COMSTACK cs_create_host(const char *type_and_host, int blocking, void **vp); YAZ_EXPORT void cs_get_host_args(const char *type_and_host, const char **args); -YAZ_EXPORT int cs_complete_auto(const unsigned char *buf, int len); +YAZ_EXPORT int cs_complete_auto_head(const char *buf, int len); +YAZ_EXPORT int cs_complete_auto(const char *buf, int len); YAZ_EXPORT void *cs_get_ssl(COMSTACK cs); 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); - +YAZ_EXPORT int completeWAIS(const char *buf, int len); + /* * error management. */