From: Simon Wilkinson Date: Thu, 22 Jul 2010 14:22:09 +0000 (+0100) Subject: libafsrpc: Add new XDR symbols to exports X-Git-Tag: upstream/1.8.0_pre1^2~4921 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e98379003f1c47ac7ca3a7121bb4450d36e8fd8d;p=packages%2Fo%2Fopenafs.git libafsrpc: Add new XDR symbols to exports Add the new XDR symbols which we've recently introduced to the exports list so they can be used from the shared libraries Change-Id: Iadc038ad36a673fc71f31eed32ef8979343791e9 Reviewed-on: http://gerrit.openafs.org/2579 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/shlibafsrpc/libafsrpc.map b/src/shlibafsrpc/libafsrpc.map index 6a45ce276..0bf44e887 100755 --- a/src/shlibafsrpc/libafsrpc.map +++ b/src/shlibafsrpc/libafsrpc.map @@ -131,12 +131,15 @@ afs_xdr_array; afs_xdr_bytes; afs_xdr_char; + afs_xdr_enum; afs_xdr_free; afs_xdr_int; afs_xdr_opaque; afs_xdr_short; afs_xdr_string; afs_xdr_vector; + afs_xdrmem_create; + xdrlen_create; local: *; };