From c8df50d43aa411ec7968dd7816d655da141a998f Mon Sep 17 00:00:00 2001 From: nandika Date: Mon, 22 Feb 2010 08:53:22 +0000 Subject: new param constant added git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@912515 13f79535-47bb-0310-9956-ffa450edef68 --- util/include/axutil_param.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util') diff --git a/util/include/axutil_param.h b/util/include/axutil_param.h index 415e201..998ca6b 100644 --- a/util/include/axutil_param.h +++ b/util/include/axutil_param.h @@ -49,6 +49,11 @@ extern "C" * Field DOM_PARAM */ #define AXIS2_DOM_PARAM 1 + + /** + * DLL param + */ +#define AXIS2_DLL_PARAM 2 typedef struct axutil_param axutil_param_t; -- cgit v1.1-32-gdbae