libtalloc/tests/sanity-tests/talloc_testsuite.h
Pavel Filipenský 69cdea87e5 Add missing tests to fix osci.brew-build.tier0.functional
resolves: rhbz#2190419
2023-05-24 11:06:15 +02:00

8 lines
174 B
C

#ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
#define __LIB_TALLOC_TALLOC_TESTSUITE_H__
struct torture_context;
bool torture_local_talloc(struct torture_context *tctx);
#endif