summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-02-09 03:28:35 +0000
committerAnas Nashif <nashif@intel.com>2007-02-09 03:28:35 +0000
commit7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad (patch)
tree25465a0967d8c54b6bb11de66767fcd6dc7b522a /src
parent251a6153af825592c1f9d15806e795f96c8cc4d5 (diff)
downloadwsmancli-7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad.tar.gz
wsmancli-7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad.tar.xz
wsmancli-7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad.zip
example c++ client
Diffstat (limited to 'src')
-rw-r--r--src/wsman-client-options.c2
1 files changed, 1 insertions, 1 deletions
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)