summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-25 20:58:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:14 -0500
commitd2cc33c9c746ebad495d555eda30b1fc1470f5e0 (patch)
tree8acd209c79afbada75d9d512e9bc7752909df383
parenta2d4079c81940b336b9b47cf23d24c66644a6076 (diff)
downloadsamba-d2cc33c9c746ebad495d555eda30b1fc1470f5e0.tar.gz
samba-d2cc33c9c746ebad495d555eda30b1fc1470f5e0.tar.bz2
samba-d2cc33c9c746ebad495d555eda30b1fc1470f5e0.zip
r14728: Install two more headers, fix warning
(This used to be commit 7a227457a4523e8b76d86022a38c8851c04b2e6b)
-rw-r--r--source4/headermap.txt2
-rw-r--r--source4/torture/com/simple.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index 5861c3a3c3..83777120ee 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -81,3 +81,5 @@ dsdb/samdb/samdb.h: samdb.h
dsdb/samdb/samdb_proto.h: samdb/proto.h
libcli/util/asn_1.h: samba/asn1.h
libcli/util/asn1_proto.h: samba/asn1/proto.h
+libcli/util/error.h: core/error.h
+libcli/util/proto.h: core/error_proto.h
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");