summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 18:56:51 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 18:56:51 +0000
commitdd192cc2ac301972f6761f5d6bd3a4c6a46736bf (patch)
tree39d567dff3557a15d95acb4db048b1253d3c6191 /common/compat.h
parent0999545e84b7597e2503fd69f77fb291651b76db (diff)
Add C RRD create tool. See #50
Diffstat (limited to 'common/compat.h')
-rw-r--r--common/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/compat.h b/common/compat.h
index 7ef2f50..12ffad6 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -73,4 +73,8 @@ int strtob(const char* str);
void atexitv(void (*func)(void*), void* data);
#endif
+#ifndef HAVE_XCALLOC
+void* xcalloc(size_t size);
+#endif
+
#endif /* __COMPAT_H__ */