summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index 6dccd94..bd2b7c9 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -111,8 +111,7 @@ typedef struct _options {
xmlDoc *mappingxml;
char *python_xml_map;
xmlNode *dmiversion_n;
- PyObject *dumpfile;
+ char *dumpfile;
} options;
-extern options opt;
#endif