summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logicalfile/file.h')
-rw-r--r--src/logicalfile/file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/logicalfile/file.h b/src/logicalfile/file.h
index 36ff8fa..d2f573b 100644
--- a/src/logicalfile/file.h
+++ b/src/logicalfile/file.h
@@ -30,6 +30,8 @@
#include <konkret/konkret.h>
#include <assert.h>
#include <libudev.h>
+#include <errno.h>
+#include <unistd.h>
#include "LMI_DataFile.h"
#include "LMI_UnixDeviceFile.h"
#include "LMI_SymbolicLink.h"
@@ -129,6 +131,7 @@ int get_class_from_path(const char *, char *);
CMPIStatus get_fsinfo_from_stat(const CMPIBroker *, const struct stat *, const char *, char **, char **);
CMPIStatus get_fsinfo_from_path(const CMPIBroker *, const char *, char **, char **);
const char *get_string_property_from_op(const CMPIObjectPath *, const char *);
+const char *get_string_property_from_instance(const CMPIInstance *, const char *);
CMPIStatus check_assoc_class(const CMPIBroker *, const char *, const char *, const char *);
CMPIStatus stat_logicalfile_and_fill(const CMPIBroker *, logicalfile_t *, mode_t, const char *);
void _dump_objectpath(const CMPIObjectPath *);