diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-25 20:58:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:14 -0500 |
commit | d2cc33c9c746ebad495d555eda30b1fc1470f5e0 (patch) | |
tree | 8acd209c79afbada75d9d512e9bc7752909df383 /source4/torture/com | |
parent | a2d4079c81940b336b9b47cf23d24c66644a6076 (diff) | |
download | samba-d2cc33c9c746ebad495d555eda30b1fc1470f5e0.tar.gz samba-d2cc33c9c746ebad495d555eda30b1fc1470f5e0.tar.bz2 samba-d2cc33c9c746ebad495d555eda30b1fc1470f5e0.zip |
r14728: Install two more headers, fix warning
(This used to be commit 7a227457a4523e8b76d86022a38c8851c04b2e6b)
Diffstat (limited to 'source4/torture/com')
-rw-r--r-- | source4/torture/com/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/com/simple.c b/source4/torture/com/simple.c index e4a18d7cbd..aaae0f7ce6 100644 --- a/source4/torture/com/simple.c +++ b/source4/torture/com/simple.c @@ -85,7 +85,7 @@ static BOOL test_readwrite(TALLOC_CTX *mem_ctx, const char *host) return True; } -BOOL torture_com_simple(void) +BOOL torture_com_simple(struct torture_context *torture) { BOOL ret = True; TALLOC_CTX *mem_ctx = talloc_init("torture_dcom_simple"); |