Blame talloc_testsuite.h

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