From e2f610150c546645c4520cbb5f79c5fd0571ce53 Mon Sep 17 00:00:00 2001 From: nima Date: Wed, 29 Oct 2008 06:35:21 +0000 Subject: Committing new dmidecode helper functions, and next, renaming it to a meaningful name. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@74 abc39116-655e-4be6-ad55-d661dc543056 --- catsprintf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catsprintf.h') diff --git a/catsprintf.h b/catsprintf.h index 0ca5065..fbe9958 100644 --- a/catsprintf.h +++ b/catsprintf.h @@ -78,7 +78,7 @@ typedef struct _dmi_minor { struct _dmi_minor* next; } dmi_minor; -int catsprintf(char *buf, const char *format, ...); +//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, ...); -- cgit