diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-17 15:38:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:36 -0500 |
commit | 02c4b989980dbd1fb1d01694a3e31a3a12f71d21 (patch) | |
tree | 8c12b7c058048969d3e7cdd1b2677353487ca300 /source4/torture/rpc | |
parent | 5790d73119e1089a9025b7df5c1c90100d004383 (diff) | |
download | samba-02c4b989980dbd1fb1d01694a3e31a3a12f71d21.tar.gz samba-02c4b989980dbd1fb1d01694a3e31a3a12f71d21.tar.xz samba-02c4b989980dbd1fb1d01694a3e31a3a12f71d21.zip |
r14518: Support STANDARD_VISIBILITY property on binaries
(This used to be commit 2550f47030e00381b0a2d1a46dfdcc6c3783b64f)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |