summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorian.mcgreer%sun.com <devnull@localhost>2002-02-27 23:17:12 +0000
committerian.mcgreer%sun.com <devnull@localhost>2002-02-27 23:17:12 +0000
commit39b76a5ae1a644f862587e98cb448c2d7e8b5815 (patch)
tree77822fbea76fab9eeae2ea63a671d85533ce9f72
parent915a5725c6289c4e8d32c5d6851678982a4e11ac (diff)
downloadnss-hg-39b76a5ae1a644f862587e98cb448c2d7e8b5815.tar.gz
fix aix bustage
-rw-r--r--security/nss/lib/base/base.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/nss/lib/base/base.h b/security/nss/lib/base/base.h
index 4442eac30..bb8d6fb62 100644
--- a/security/nss/lib/base/base.h
+++ b/security/nss/lib/base/base.h
@@ -949,6 +949,12 @@ nssList_CreateIterator
nssList *list
);
+NSS_IMPLEMENT nssList *
+nssList_Clone
+(
+ nssList *list
+);
+
/*
* nssListIterator_Destroy
*/