summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-05-17 04:04:14 +0000
committerAnas Nashif <nashif@intel.com>2007-05-17 04:04:14 +0000
commitb697f5a601e53005d0c900b5d42f22b7fb08b1e9 (patch)
tree318101b06b02cfeb688e37b8ff7bfbb3599afa33 /src
parent1cc54578baf92beada66be79aecdd0f5341f5cdd (diff)
downloadwsmancli-b697f5a601e53005d0c900b5d42f22b7fb08b1e9.tar.gz
wsmancli-b697f5a601e53005d0c900b5d42f22b7fb08b1e9.tar.xz
wsmancli-b697f5a601e53005d0c900b5d42f22b7fb08b1e9.zip
new api
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wsman.c b/src/wsman.c
index e38a4f0..90c8433 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -202,10 +202,10 @@ int main(int argc, char **argv)
strcmp(resource_uri_with_selectors,CIM_ALL_AVAILABLE_CLASSES) != 0) {
wsmc_set_options_from_uri(resource_uri_with_selectors,
options);
- wsman_remove_query_string(resource_uri_with_selectors,
+ wsmc_remove_query_string(resource_uri_with_selectors,
&resource_uri);
} else if (resource_uri_with_selectors) {
- wsman_remove_query_string(resource_uri_with_selectors,
+ wsmc_remove_query_string(resource_uri_with_selectors,
&resource_uri);
}
op = wsman_options_get_action();
@@ -242,7 +242,7 @@ int main(int argc, char **argv)
wsman_options_get_input_file
(), "UTF-8", 0);
wsman_send_request(cl, rqstDoc);
- doc = wsman_build_envelope_from_response(cl);
+ doc = wsmc_build_envelope_from_response(cl);
wsman_output(cl, doc);
if (doc) {
ws_xml_destroy_doc(doc);