From 2da9c0987b04da0c3f409c890dafabf26ff00a7d Mon Sep 17 00:00:00 2001 From: "ian.mcgreer%sun.com" Date: Thu, 28 Feb 2002 01:32:32 +0000 Subject: [PATCH] misdeclared function signature git-svn-id: svn://10.0.0.236/trunk@115461 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/base/base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/security/nss/lib/base/base.h b/mozilla/security/nss/lib/base/base.h index 0d1570644d3..8ebd8bd9373 100644 --- a/mozilla/security/nss/lib/base/base.h +++ b/mozilla/security/nss/lib/base/base.h @@ -35,7 +35,7 @@ #define BASE_H #ifdef DEBUG -static const char BASE_CVS_ID[] = "@(#) $RCSfile: base.h,v $ $Revision: 1.13 $ $Date: 2002-02-27 23:17:12 $ $Name: not supported by cvs2svn $"; +static const char BASE_CVS_ID[] = "@(#) $RCSfile: base.h,v $ $Revision: 1.14 $ $Date: 2002-02-28 01:32:32 $ $Name: not supported by cvs2svn $"; #endif /* DEBUG */ /* @@ -949,7 +949,7 @@ nssList_CreateIterator nssList *list ); -NSS_IMPLEMENT nssList * +NSS_EXTERN nssList * nssList_Clone ( nssList *list