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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 00992c6697)

Change-Id: I48ef13427c53e8fe3ceca00eb5d9d35c2c4327d7
Reviewed-on: http://gerrit.openafs.org/8809
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
This commit is contained in:
Simon Wilkinson 2012-04-05 15:43:23 -04:00 committed by Paul Smeddle
parent ed0886ca6f
commit 88c9f12fc6

View File

@ -136,12 +136,14 @@
afs_xdr_array; afs_xdr_array;
afs_xdr_bytes; afs_xdr_bytes;
afs_xdr_char; afs_xdr_char;
afs_xdr_u_char;
afs_xdr_free; afs_xdr_free;
afs_xdr_int; afs_xdr_int;
afs_xdr_opaque; afs_xdr_opaque;
afs_xdr_short; afs_xdr_short;
afs_xdr_string; afs_xdr_string;
afs_xdr_vector; afs_xdr_vector;
afs_xdr_pointer;
rx_InterruptCall; rx_InterruptCall;
rx_SetBusyChannelError; rx_SetBusyChannelError;
rx_KeepAliveOn; rx_KeepAliveOn;