From c127605b17195e34a73b7a8c8d401769cdf60795 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 28 Jan 2006 02:52:38 +0000 Subject: Move config parser stuff into common directory for use by other binaries. --- common/compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/compat.h') 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__ */ -- cgit v1.2.3