summaryrefslogtreecommitdiff
path: root/source4/rpc_server/handles.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-01 18:11:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:29 -0500
commit5c3a1d76ffc7b9e41846f7eaf6039f58184737a0 (patch)
tree7955a8f53e9c8eafb413524c309c6f3650c69abe /source4/rpc_server/handles.c
parentcad39146196880ec73177654abc2c47c5d1cc82e (diff)
downloadsamba-5c3a1d76ffc7b9e41846f7eaf6039f58184737a0.tar.gz
samba-5c3a1d76ffc7b9e41846f7eaf6039f58184737a0.tar.bz2
samba-5c3a1d76ffc7b9e41846f7eaf6039f58184737a0.zip
r15379: Fix shared library build's unresolved dependencies
(This used to be commit 0fafa2e59566f8f892d7dfd7dd33d0100b96a780)
Diffstat (limited to 'source4/rpc_server/handles.c')
-rw-r--r--source4/rpc_server/handles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/rpc_server/handles.c b/source4/rpc_server/handles.c
index 3cc9e8a425..6a7bf88310 100644
--- a/source4/rpc_server/handles.c
+++ b/source4/rpc_server/handles.c
@@ -39,7 +39,7 @@ static int dcesrv_handle_destructor(void *ptr)
/*
allocate a new rpc handle
*/
-struct dcesrv_handle *dcesrv_handle_new(struct dcesrv_connection_context *context,
+_PUBLIC_ struct dcesrv_handle *dcesrv_handle_new(struct dcesrv_connection_context *context,
uint8_t handle_type)
{
struct dcesrv_handle *h;
@@ -65,7 +65,7 @@ struct dcesrv_handle *dcesrv_handle_new(struct dcesrv_connection_context *contex
find an internal handle given a wire handle. If the wire handle is NULL then
allocate a new handle
*/
-struct dcesrv_handle *dcesrv_handle_fetch(struct dcesrv_connection_context *context,
+_PUBLIC_ struct dcesrv_handle *dcesrv_handle_fetch(struct dcesrv_connection_context *context,
struct policy_handle *p,
uint8_t handle_type)
{