diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 07:04:03 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 07:04:03 +0000 |
commit | 3c78c1ef20182ab39bde47677ee615bbbd208837 (patch) | |
tree | 0c41a940dcb5deae7d8b8c29d76913ff6c0fba09 /dmihelper.h | |
parent | 601a1baf86b023feb8cb6ca1754c225ebbbe371f (diff) | |
download | python-dmidecode-3c78c1ef20182ab39bde47677ee615bbbd208837.tar.gz python-dmidecode-3c78c1ef20182ab39bde47677ee615bbbd208837.tar.xz python-dmidecode-3c78c1ef20182ab39bde47677ee615bbbd208837.zip |
Cleanup.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@76 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmihelper.h')
-rw-r--r-- | dmihelper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmihelper.h b/dmihelper.h index fbe9958..c4dcd53 100644 --- a/dmihelper.h +++ b/dmihelper.h @@ -78,9 +78,8 @@ typedef struct _dmi_minor { struct _dmi_minor* next; } dmi_minor; -//int catsprintf(char *buf, const char *format, ...); void dmiAppendData(PyObject *pydata, const int count); -dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...); int dmiSetItem(PyObject* dict, const char *key, const char *format, ...); +dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...); #endif |