diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 06:35:21 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 06:35:21 +0000 |
commit | e2f610150c546645c4520cbb5f79c5fd0571ce53 (patch) | |
tree | 69a461158abd594b840c67696864de45cb446ed6 /catsprintf.h | |
parent | 4dbf349a3c8c623f08b9d20991461814888ab492 (diff) | |
download | python-dmidecode-e2f610150c546645c4520cbb5f79c5fd0571ce53.tar.gz python-dmidecode-e2f610150c546645c4520cbb5f79c5fd0571ce53.tar.xz python-dmidecode-e2f610150c546645c4520cbb5f79c5fd0571ce53.zip |
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
Diffstat (limited to 'catsprintf.h')
-rw-r--r-- | catsprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, ...); |