talloc: Only set public headers field when installing as a public library.
[obnox/samba/samba-obnox.git] / lib / talloc / talloc_testsuite.h
1 #ifndef __LIB_TALLOC_TALLOC_TESTSUITE_H__
2 #define __LIB_TALLOC_TALLOC_TESTSUITE_H__
3
4 struct torture_context;
5 bool torture_local_talloc(struct torture_context *tctx);
6
7 #endif