summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index 82a936d..6dccd94 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -94,10 +94,6 @@ typedef struct _dmi_minor {
struct _dmi_minor *next;
} dmi_minor;
-void dmiAppendData(PyObject * pydata, const int count);
-int dmiSetItem(PyObject * dict, const char *key, const char *format, ...);
-
-//dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...);
/*** dmiopt.h ***/
struct string_keyword {