]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
shlibafsrpc: Export additional symbols
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 9 Sep 2010 08:14:30 +0000 (09:14 +0100)
committerDerrick Brashear <shadow@dementia.org>
Mon, 13 Sep 2010 22:20:00 +0000 (15:20 -0700)
Export additional symbols from shlibafsrpc. These symbols are required
in order to be able to produce dynamically linked security modules that
interface with libafsrpc.

Change-Id: Ic221522a10be6714835dc37dbeee22dfd3b728cc
Reviewed-on: http://gerrit.openafs.org/2745
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/shlibafsrpc/Makefile.in
src/shlibafsrpc/libafsrpc.map

index 70da4914ae84179eb25aa748b1e8aa3da52bfdfc..cebaf9f1cc49db29d66ce097fe650df8e8aec09a 100644 (file)
@@ -1,7 +1,7 @@
 # API version. When something changes, increment as appropriate. 
 # Ignore at your own risk.
 LIBAFSRPCMAJOR=1
-LIBAFSRPCMINOR=2
+LIBAFSRPCMINOR=3
 
 # Copyright 2000, International Business Machines Corporation and others.
 # All Rights Reserved.
index 0bf44e887b1c696b648f43cffc2bfd702496fc5d..25eb27b4beb6eaa25292686a2493965ec1ce8114 100755 (executable)
        rx_SetMaxSendWindow;
        rx_GetMinPeerTimeout;
        rx_SetMinPeerTimeout;
+       afs_xdr_alloc;
        afs_xdr_array;
        afs_xdr_bytes;
        afs_xdr_char;
        afs_xdr_vector;
        afs_xdrmem_create;
        xdrlen_create;
+       rxi_GetCallNumberVector;
+       rxi_SetCallNumberVector;
+       rxi_RoundUpPacket;
+       rx_SlowReadPacket;
+       rx_SlowWritePacket;
+       rxi_Alloc;
+       rxi_AllocDataBuf;
+       rx_MyMaxSendSize;
+       rxi_Free;
     local:
        *;
 };