Windows: Export a few more functions to afsauthent and afsrpc

The following exports are added:

libafsauthent:
    afsconf_SetExtendedCellInfo
    afsconf_PickClientSecObj
    afsconf_SawCell
    ka_PrintBytes
    ka_KeyIsZero

libafsrpc:
    initialize_RXK_error_table

Those functions are referenced by the bos code.

Change-Id: I26898070c8e9dc7cac53f13c49dadf28d58457f4
Reviewed-on: http://gerrit.openafs.org/8154
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
Marc Dionne 2012-09-24 20:47:00 -04:00 committed by Derrick Brashear
parent 70c4369e89
commit d52398940d
3 changed files with 8 additions and 2 deletions

View File

@ -155,3 +155,8 @@ EXPORTS
afsconf_SetLocalRealm @154
afsconf_IsLocalRealmMatch @155
afsconf_ParseNetFiles @156
afsconf_SetExtendedCellInfo @157
afsconf_PickClientSecObj @158
afsconf_SawCell @159
ka_PrintBytes @160
ka_KeyIsZero @161

View File

@ -42,8 +42,8 @@ RXOBJS = $(OUT)\rx_event.obj $(OUT)\rx_user.obj $(OUT)\rx_pthread.obj \
RXSTATBJS = $(OUT)\rxstat.obj $(OUT)\rxstat.ss.obj $(OUT)\rxstat.xdr.obj $(OUT)\rxstat.cs.obj
LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\ticket.obj \
$(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj
LIBRXKAD_OBJS = $(OUT)\rxkad_client.obj $(OUT)\rxkad_server.obj $(OUT)\rxkad_common.obj $(OUT)\rxkad_errs.obj \
$(OUT)\ticket.obj $(OUT)\ticket5.obj $(OUT)\crc.obj $(OUT)\AFS_component_version_number.obj
LIBRXKAD_REGOBJS = $(OUT)\bg-fcrypt.obj

View File

@ -337,6 +337,7 @@ EXPORTS
rx_CopyPeerRPCStats @342
rx_ReleaseRPCStats @343
RXAFS_OpCodeIndex @344
initialize_RXK_error_table @345
; for performance testing
rx_TSFPQGlobSize @2001 DATA