From: Benjamin Kaduk Date: Sat, 5 May 2018 20:59:08 +0000 (-0500) Subject: Export afs_getDirPath from shared libraries X-Git-Tag: openafs-devel-1_9_0~556 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=849ddd4fde0759e385cf3ed4054fc11c36a62fc3 Export afs_getDirPath from shared libraries Add this function to the export list for libafsauthent on Windows and Unix. Change-Id: Ib6f219e407b75a6052d6e29008977c8545b2aa36 Reviewed-on: https://gerrit.openafs.org/13059 Reviewed-by: Anders Kaseorg Tested-by: Anders Kaseorg Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Benjamin Kaduk --- diff --git a/src/libafsauthent/afsauthent.def b/src/libafsauthent/afsauthent.def index 6b23605..666c80e 100644 --- a/src/libafsauthent/afsauthent.def +++ b/src/libafsauthent/afsauthent.def @@ -174,3 +174,4 @@ EXPORTS initialize_U_error_table @173 initialize_VL_error_table @174 initialize_VOLS_error_table @175 + afs_getDirPath @176 diff --git a/src/libafsauthent/libafsauthent.la.sym b/src/libafsauthent/libafsauthent.la.sym index 86a33ee..d3b690c 100644 --- a/src/libafsauthent/libafsauthent.la.sym +++ b/src/libafsauthent/libafsauthent.la.sym @@ -1,4 +1,5 @@ afs_get_pag_from_groups +afs_getDirPath afsconf_AddKey afsconf_AddUser afsconf_CellApply