summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logicalfile/file.c')
-rw-r--r--src/logicalfile/file.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/logicalfile/file.c b/src/logicalfile/file.c
index 7a3cfac..3e9c834 100644
--- a/src/logicalfile/file.c
+++ b/src/logicalfile/file.c
@@ -19,6 +19,10 @@
*/
#include "file.h"
+const ConfigEntry *provider_config_defaults = NULL;
+const char *provider_name = "logicalfile";
+
+
CMPIStatus lmi_check_required(
const CMPIBroker *b,
const CMPIObjectPath *o)