From b697f5a601e53005d0c900b5d42f22b7fb08b1e9 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 17 May 2007 04:04:14 +0000 Subject: new api --- src/wsman.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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); -- cgit