summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-03 20:40:47 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-03 20:40:47 +0200
commita05daf8fde753404511e9f247ab4e9ac9a75bf1a (patch)
tree73b740c081a2c135f072860a47c26891330af322 /src/dmihelper.h
parentaea8d44d49a3b461194cc72b28cdbf2be51da8d8 (diff)
downloadpython-dmidecode-a05daf8fde753404511e9f247ab4e9ac9a75bf1a.tar.gz
python-dmidecode-a05daf8fde753404511e9f247ab4e9ac9a75bf1a.tar.xz
python-dmidecode-a05daf8fde753404511e9f247ab4e9ac9a75bf1a.zip
Rewrote bigger parts to avoid global variables as much as possible
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