From 88c9f12fc6096af44204deb8003ff654afe0b348 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 5 Apr 2012 15:43:23 -0400 Subject: [PATCH] shlibafsrpc: Add additional XDR functions Export the afs_xdr_pointer and afs_xdr_u_char functions so that shlibafsauthent can make use of them. Reviewed-on: http://gerrit.openafs.org/7065 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit 00992c66972aeab96cca9781b02a780ab49dce23) Change-Id: I48ef13427c53e8fe3ceca00eb5d9d35c2c4327d7 Reviewed-on: http://gerrit.openafs.org/8809 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand Tested-by: Stephan Wiesand Reviewed-by: Derrick Brashear Reviewed-by: Paul Smeddle --- src/shlibafsrpc/libafsrpc.map | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shlibafsrpc/libafsrpc.map b/src/shlibafsrpc/libafsrpc.map index 00b1114743..54d8218dad 100755 --- a/src/shlibafsrpc/libafsrpc.map +++ b/src/shlibafsrpc/libafsrpc.map @@ -136,12 +136,14 @@ afs_xdr_array; afs_xdr_bytes; afs_xdr_char; + afs_xdr_u_char; afs_xdr_free; afs_xdr_int; afs_xdr_opaque; afs_xdr_short; afs_xdr_string; afs_xdr_vector; + afs_xdr_pointer; rx_InterruptCall; rx_SetBusyChannelError; rx_KeepAliveOn;