summaryrefslogtreecommitdiffstats
path: root/dmidecodemodule.h
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-31 10:24:41 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-31 10:24:41 +0000
commit24f10bb094c9831f4133d488d0af90dc2a83590f (patch)
tree86331f5b15e595497dd753b38f113b21ab56b563 /dmidecodemodule.h
parent34ed409541219e8239a5826849ef36d8f4a05eb9 (diff)
downloadpython-dmidecode-24f10bb094c9831f4133d488d0af90dc2a83590f.tar.gz
python-dmidecode-24f10bb094c9831f4133d488d0af90dc2a83590f.tar.xz
python-dmidecode-24f10bb094c9831f4133d488d0af90dc2a83590f.zip
Cleanup.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@96 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmidecodemodule.h')
-rw-r--r--dmidecodemodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmidecodemodule.h b/dmidecodemodule.h
index 1738d69..02131c6 100644
--- a/dmidecodemodule.h
+++ b/dmidecodemodule.h
@@ -53,3 +53,5 @@ static const struct type_keyword opt_type_keyword[] = {
{ "connector", opt_type_connector },
{ "slot", opt_type_slot },
};
+
+PyMODINIT_FUNC initdmidecode(void);