00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef AXIS2_CONF_INIT_H
00018 #define AXIS2_CONF_INIT_H
00019
00030 #include <axis2_env.h>
00031 #include <axis2_utils_defines.h>
00032 #include <axis2_conf_ctx.h>
00033
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif
00038
00045 AXIS2_EXTERN axis2_conf_ctx_t *AXIS2_CALL
00046 build_conf_ctx(
00047 const axis2_env_t *env,
00048 const axis2_char_t *repo_name);
00055 AXIS2_EXTERN axis2_conf_ctx_t *AXIS2_CALL
00056 build_client_conf_ctx(
00057 const axis2_env_t *env,
00058 const axis2_char_t *axis2_home);
00059
00060
00063 #ifdef __cplusplus
00064 }
00065 #endif
00066 #endif