From 84693bb5f792e6d6accd1ad2e81fe6baeb4f4ea1 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Mon, 19 Dec 2005 14:06:15 +0000 Subject: integrated with ssl (https) capability --- libcsoap/soap-client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-client.h') diff --git a/libcsoap/soap-client.h b/libcsoap/soap-client.h index e0f79bf..b99d2aa 100644 --- a/libcsoap/soap-client.h +++ b/libcsoap/soap-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: soap-client.h,v 1.9 2004/11/02 23:09:26 snowdrop Exp $ + * $Id: soap-client.h,v 1.10 2005/12/19 14:06:16 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -27,6 +27,8 @@ #include #include +#define SOAP_ERROR_CLIENT_INIT 5001 + /** Initializes the client side soap engine */ -- cgit v1.1-32-gdbae