summaryrefslogtreecommitdiffstats
path: root/catsprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'catsprintf.h')
-rw-r--r--catsprintf.h2
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, ...);