mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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:
parent
578cdc35e6
commit
00992c6697
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user