summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 02:52:38 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 02:52:38 +0000
commitc127605b17195e34a73b7a8c8d401769cdf60795 (patch)
tree138853c9c6869d7d76413dbbb3763d7a42423aa4 /common/compat.h
parentfbfb057e8bed90f73850d8e871e4d70e8fa705ce (diff)
Move config parser stuff into common directory for use by other binaries.
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 17967f4..7ef2f50 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -69,4 +69,8 @@ char* strtrim(char* data);
int strtob(const char* str);
#endif
+#ifndef HAVE_ATEXITV
+void atexitv(void (*func)(void*), void* data);
+#endif
+
#endif /* __COMPAT_H__ */