repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
docs: man talloc: Add missing meta data.
[Samba.git]
/
lib
/
replace
/
replace-testsuite.h
blob
b28dbec067166913e5a7dd8bb536ce86931e9471
1
#ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
2
#define __LIB_REPLACE_REPLACE_TESTSUITE_H__
3
4
#include <stdbool.h>
5
struct
torture_context
;
6
7
bool
torture_local_replace
(
struct
torture_context
*
ctx
);
8
9
#endif
/* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */
10