File: talloc_testsuite.h

package info (click to toggle)
talloc 2.4.2-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 3,532 kB
  • sloc: python: 35,397; ansic: 12,733; xml: 812; sh: 211; makefile: 157
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (43)
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