summaryrefslogtreecommitdiff
path: root/security/nss/lib/base/baset.h
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/lib/base/baset.h')
-rw-r--r--security/nss/lib/base/baset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/lib/base/baset.h b/security/nss/lib/base/baset.h
index 7ced8a5db..746b63ee9 100644
--- a/security/nss/lib/base/baset.h
+++ b/security/nss/lib/base/baset.h
@@ -99,6 +99,10 @@ typedef struct nssArenaMarkStr nssArenaMark;
#endif /* DEBUG */
+typedef struct nssListStr nssList;
+typedef struct nssListIteratorStr nssListIterator;
+typedef PRBool (* nssListCompareFunc)(void *a, void *b);
+
/*
* nssPointerTracker
*