summaryrefslogtreecommitdiffstats
path: root/src/software-dbus/sw-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/software-dbus/sw-utils.h')
-rw-r--r--src/software-dbus/sw-utils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/software-dbus/sw-utils.h b/src/software-dbus/sw-utils.h
index 6e09b80..94a3ff1 100644
--- a/src/software-dbus/sw-utils.h
+++ b/src/software-dbus/sw-utils.h
@@ -366,6 +366,17 @@ void create_instance_id(const char *class_name, const char *id,
char *instance_id, const unsigned instance_id_len);
/*******************************************************************************
+ * Object path checks
+ ******************************************************************************/
+/*
+ * Check object path of LMI_SystemSoftwareCollection.
+ * @return true if given object path is equal to local
+ * LMI_SystemSoftwareCollection instance.
+ */
+bool check_system_software_collection(const CMPIBroker *cb,
+ const CMPIObjectPath *path);
+
+/*******************************************************************************
* General functions
******************************************************************************/
/*