Author: nandika
Date: Tue Jun 10 22:13:57 2008
New Revision: 666528

URL: http://svn.apache.org/viewvc?rev=666528&view=rev
Log:
rampart_context_set_key_store_buff function added to header file.

Modified:
    webservices/rampart/trunk/c/include/rampart_context.h

Modified: webservices/rampart/trunk/c/include/rampart_context.h
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/include/rampart_context.h?rev=666528&r1=666527&r2=666528&view=diff
==============================================================================
--- webservices/rampart/trunk/c/include/rampart_context.h (original)
+++ webservices/rampart/trunk/c/include/rampart_context.h Tue Jun 10 22:13:57 
2008
@@ -1560,6 +1560,12 @@
        rampart_context_get_key_store_buff(
            rampart_context_t *rampart_context,
            const axutil_env_t *env);
+
+       AXIS2_EXTERN axis2_status_t AXIS2_CALL
+       rampart_context_set_key_store_buff(
+           rampart_context_t *rampart_context,
+           const axutil_env_t *env,
+           void *key_store_buf);
 #ifdef __cplusplus
 }
 #endif


Reply via email to