зеркало из https://github.com/mozilla/pjs.git
fix aix bustage
This commit is contained in:
Родитель
12e56d693e
Коммит
4d009626c2
|
@ -35,7 +35,7 @@
|
|||
#define BASE_H
|
||||
|
||||
#ifdef DEBUG
|
||||
static const char BASE_CVS_ID[] = "@(#) $RCSfile: base.h,v $ $Revision: 1.12 $ $Date: 2002-01-31 19:18:55 $ $Name: $";
|
||||
static const char BASE_CVS_ID[] = "@(#) $RCSfile: base.h,v $ $Revision: 1.13 $ $Date: 2002-02-27 23:17:12 $ $Name: $";
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
|
@ -949,6 +949,12 @@ nssList_CreateIterator
|
|||
nssList *list
|
||||
);
|
||||
|
||||
NSS_IMPLEMENT nssList *
|
||||
nssList_Clone
|
||||
(
|
||||
nssList *list
|
||||
);
|
||||
|
||||
/*
|
||||
* nssListIterator_Destroy
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче