summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@novell.com>2007-03-05 08:55:22 +0000
committerKlaus Kaempf <kkaempf@novell.com>2007-03-05 08:55:22 +0000
commit0e5f0e0f3ed2b35ead0ef9836cbba1236f922b2a (patch)
treeb782d4f91aafb1d043bb3765da04f077c1aed2e1 /examples
parentaaf43a6dd37599612bcb8baa9680da61102d0edd (diff)
downloadwsmancli-0e5f0e0f3ed2b35ead0ef9836cbba1236f922b2a.tar.gz
wsmancli-0e5f0e0f3ed2b35ead0ef9836cbba1236f922b2a.tar.xz
wsmancli-0e5f0e0f3ed2b35ead0ef9836cbba1236f922b2a.zip
adapt to current openwsman includes
Diffstat (limited to 'examples')
-rw-r--r--examples/win32_service.c3
-rw-r--r--examples/wsmid_identify.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/win32_service.c b/examples/win32_service.c
index 6bbf491..84aeb01 100644
--- a/examples/win32_service.c
+++ b/examples/win32_service.c
@@ -39,7 +39,8 @@
#include <time.h>
-#include "wsman-api.h"
+#include "wsman-client-api.h"
+#include "wsman-xml-serializer.h"
#define RESOURCE_URI "http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2/Win32_Service"
#define CLASSNAME "Win32_Service"
diff --git a/examples/wsmid_identify.c b/examples/wsmid_identify.c
index 2893f86..654c9eb 100644
--- a/examples/wsmid_identify.c
+++ b/examples/wsmid_identify.c
@@ -39,7 +39,8 @@
#include <time.h>
-#include "wsman-api.h"
+#include "wsman-client-api.h"
+#include "wsman-xml-serializer.h"
struct __wsmid_identify
{