diff options
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 |