shlibafsrpc: Add additional XDR functions

Export the afs_xdr_pointer and afs_xdr_u_char functions so that
shlibafsauthent can make use of them.

Change-Id: I16cf3f69904bffb3a034fd4052117845c1067a2c
Reviewed-on: http://gerrit.openafs.org/7065
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2012-04-05 15:43:23 -04:00 committed by Derrick Brashear
parent 578cdc35e6
commit 00992c6697

View File

@ -125,6 +125,7 @@
afs_xdr_array;
afs_xdr_bytes;
afs_xdr_char;
afs_xdr_u_char;
afs_xdr_enum;
afs_xdr_free;
afs_xdr_int;
@ -132,6 +133,7 @@
afs_xdr_short;
afs_xdr_string;
afs_xdr_vector;
afs_xdr_pointer;
afs_xdrmem_create;
xdrlen_create;
rxi_GetCallNumberVector;