summaryrefslogtreecommitdiffstats
path: root/talloc_testsuite.h
blob: acb97010416477e986d04e8b8946aab22909685b (plain)
1
2
3
4
5
6
7
#ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
#define __LIB_TALLOC_TALLOC_TESTSUITE_H__

struct torture_context;
bool torture_local_talloc(struct torture_context *tctx);

#endif