From 24f10bb094c9831f4133d488d0af90dc2a83590f Mon Sep 17 00:00:00 2001 From: nima Date: Fri, 31 Oct 2008 10:24:41 +0000 Subject: Cleanup. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@96 abc39116-655e-4be6-ad55-d661dc543056 --- dmidecodemodule.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dmidecodemodule.h') 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); -- cgit