File: talloc_testsuite.h

package info (click to toggle)
talloc 2.1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,508 kB
  • sloc: python: 21,259; ansic: 12,718; xml: 812; sh: 196; makefile: 125
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (50)
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