From: Simon Wilkinson Date: Thu, 5 Apr 2012 19:43:23 +0000 (-0400) Subject: shlibafsrpc: Add additional XDR functions X-Git-Tag: upstream/1.6.2_pre3^2~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=88c9f12fc6096af44204deb8003ff654afe0b348;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/shlibafsrpc/libafsrpc.map b/src/shlibafsrpc/libafsrpc.map index 00b111474..54d8218da 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;