File 0002-providerMgr-add-prototypes.patch of Package sblim-sfcb.18999

From 56c2edf2a1a203b7e738bf452973276805314338 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Tue, 7 Sep 2010 09:10:06 +0200
Subject: [PATCH 02/25] providerMgr: add prototypes

---
 providerMgr.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/providerMgr.c b/providerMgr.c
index 79297242a7cc..05677b3c3e40 100644
--- a/providerMgr.c
+++ b/providerMgr.c
@@ -53,6 +53,12 @@
 #define SFCB_ASM(x)
 #endif
 
+extern int getEnumState(CMPIEnumeration *enumeration);
+extern CMPIArray *getEnumDatap(CMPIEnumeration *enumeration);
+extern void incLastValid(CMPIEnumeration *enumeration);
+extern void setEnumArray(CMPIEnumeration *enumeration, CMPIArray *array);
+extern void setEnumState(CMPIEnumeration *enumeration, int new_state);
+
 static pthread_mutex_t resultsocketMutex = PTHREAD_MUTEX_INITIALIZER;
 
 extern CMPIBroker *Broker;
-- 
2.15.0

openSUSE Build Service is sponsored by