From 7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 9 Feb 2007 03:28:35 +0000 Subject: example c++ client --- src/wsman-client-options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wsman-client-options.c b/src/wsman-client-options.c index 4b50e2d..5e5ca76 100644 --- a/src/wsman-client-options.c +++ b/src/wsman-client-options.c @@ -398,7 +398,7 @@ int wsman_options_get_action (void) char* wsman_options_get_resource_uri (void) { - return resource_uri; + return resource_uri; } int wsman_options_get_max_elements (void) -- cgit