diff options
Diffstat (limited to 'libcsoap/soap-client.h')
-rw-r--r-- | libcsoap/soap-client.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <libcsoap/soap-env.h> #include <libcsoap/soap-ctx.h> +#define SOAP_ERROR_CLIENT_INIT 5001 + /** Initializes the client side soap engine */ |