common.h revision 157589bb91cc53ebc26fcc989e49523864780083
#ifndef __TESTS_COMMON_H__
#define __TESTS_COMMON_H__
#include <talloc.h>
extern TALLOC_CTX *global_talloc_context;
const char *location);
void leak_check_setup(void);
void leak_check_teardown(void);
#endif /* !__TESTS_COMMON_H__ */