From 02c4b989980dbd1fb1d01694a3e31a3a12f71d21 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 15:38:22 +0000 Subject: r14518: Support STANDARD_VISIBILITY property on binaries (This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f) --- source4/torture/rpc/rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c index 1fadf4dca9..be3ce283cc 100644 --- a/source4/torture/rpc/rpc.c +++ b/source4/torture/rpc/rpc.c @@ -27,7 +27,7 @@ #include "librpc/rpc/dcerpc_table.h" /* open a rpc connection to the chosen binding string */ -NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx, +_PUBLIC_ NTSTATUS torture_rpc_connection(TALLOC_CTX *parent_ctx, struct dcerpc_pipe **p, const struct dcerpc_interface_table *table) { -- cgit