summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/file.h
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-07-16 15:39:56 +0200
committerJan Synacek <jsynacek@redhat.com>2013-07-17 09:19:40 +0200
commit5c3e1a6203e495bec37acd8c3731ca41377beb94 (patch)
tree733f0da458265d866c968ea4f646f33e3a81a08d /src/logicalfile/file.h
parent607c7feaa11f124b835860a36f9a6f40871ac939 (diff)
downloadopenlmi-providers-5c3e1a6203e495bec37acd8c3731ca41377beb94.tar.gz
openlmi-providers-5c3e1a6203e495bec37acd8c3731ca41377beb94.tar.xz
openlmi-providers-5c3e1a6203e495bec37acd8c3731ca41377beb94.zip
LogicalFile: add property checks
Diffstat (limited to 'src/logicalfile/file.h')
-rw-r--r--src/logicalfile/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logicalfile/file.h b/src/logicalfile/file.h
index df906c2..b7f8c50 100644
--- a/src/logicalfile/file.h
+++ b/src/logicalfile/file.h
@@ -105,6 +105,7 @@ void get_class_from_stat(const struct stat *, char *);
int get_class_from_path(const char *, char *);
int get_fsname_from_stat(const struct stat *, char **);
int get_fsname_from_path(const char *, char **);
+const char *get_string_property_from_op(const CMPIObjectPath *, const char *);
void _dump_objectpath(const CMPIObjectPath *);