libafsrpc: Export connection accessor fuctions
[openafs.git] / src / shlibafsrpc / libafsrpc.map
index 9cbff77..52fd7c7 100755 (executable)
@@ -7,18 +7,10 @@
 
 {
     global:
-       des_check_key_parity;
-       des_fixup_key_parity;
-       des_init_random_number_generator;
-       des_is_weak_key;
-       des_key_sched;
-       des_random_key;
-       des_string_to_key;
-       des_cbc_cksum;
-       des_ecb_encrypt;
-       des_pcbc_encrypt;
        ktohl;
        life_to_time;
+       osi_AssertFailU;
+       osi_Panic;
        rx_DestroyConnection;
        rx_EndCall;
        rx_Finalize;
@@ -27,6 +19,7 @@
        rx_GetIFInfo;
        rx_GetSpecific;
        rx_Init;
+       rx_InitHost;
        rx_KeyCreate;
        rx_NewCall;
        rx_NewConnection;
        rx_tranquil;
        rx_getAllAddr;
        rx_nWaiting;
-       rx_stats;
        rx_SetNoJumbo;
        rx_SetConnDeadTime;
+       rx_SetConnHardDeadTime;
+       rx_SetConnIdleDeadTime;
        rx_FlushWrite;
        rx_thread_id_key;
        multi_Finalize;
@@ -91,7 +85,6 @@
        rx_GetServerStats;
        rx_GetServerVersion;
        rx_GetServerConnections;
-       rx_stats_mutex;
        rx_GetServerPeers;
        rx_RetrieveProcessRPCStats;
        rx_RetrievePeerRPCStats;
        RXSTATS_ClearPeerRPCStats;
        TM_GetTimeOfDay;
        FT_GetTimeOfDay;
-       strcompose;
-       stolower;
-       ucstring;
-       lcstring;
-       AssertionFailed;
+       opr_strcompose;
+       opr_stolower;
+       opr_ucstring;
+       opr_lcstring;
+       opr_AssertionFailed;
        rx_GetLocalPeers;
        rx_GetMaxReceiveWindow;
        rx_GetMaxSendWindow;
        rx_opaque_zeroFreeContents;
        rx_opaque_free;
        rx_opaque_zeroFree;
+       rx_identity_match;
+       rx_identity_populate;
+       rx_identity_copy;
+       rx_identity_copyContents;
+       rx_identity_new;
+       rx_identity_freeContents;
+       rx_identity_free;
+       rx_InterruptCall;
+       rx_SetBusyChannelError;
+       rx_PeerOf;
+       rx_SecurityClassOf;
+       rx_ServiceIdOf;
+       rx_SecurityObjectOf;
+       rx_ConnError;
+       rx_ConnectionOf;
+       rx_RecordCallStatistics;
+       rx_KeepAliveOn;
+       rx_KeepAliveOff;
+       rx_ServiceOf;
+       rx_GetSecurityData;
+       rx_SetSecurityData;
+       rx_GetConnectionId;
+       rx_GetConnectionEpoch;
+       rx_GetSecurityHeaderSize;
+       rx_SetSecurityHeaderSize;
+       rx_SetSecurityMaxTrailerSize;
     local:
        *;
 };