From a4b8644bc9b424d706b4d51aea7829256cbb5d82 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Sun, 19 Jan 2003 06:43:19 +0000 Subject: [PATCH] I always forget to change both the declaration & the definition. Thanks to bird@anduin.net for the patch. Fixing OS/2 bustage. --- security/manager/ssl/src/nsNSSShutDown.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/manager/ssl/src/nsNSSShutDown.h b/security/manager/ssl/src/nsNSSShutDown.h index a549e68b199..60ac2de119c 100644 --- a/security/manager/ssl/src/nsNSSShutDown.h +++ b/security/manager/ssl/src/nsNSSShutDown.h @@ -178,10 +178,12 @@ public: private: nsNSSShutDownList(); - static PLDHashOperator evaporateAllNSSResourcesHelper(PLDHashTable *table, PLDHashEntryHdr *hdr, + static PLDHashOperator PR_CALLBACK + evaporateAllNSSResourcesHelper(PLDHashTable *table, PLDHashEntryHdr *hdr, PRUint32 number, void *arg); - static PLDHashOperator doPK11LogoutHelper(PLDHashTable *table, PLDHashEntryHdr *hdr, + static PLDHashOperator PR_CALLBACK + doPK11LogoutHelper(PLDHashTable *table, PLDHashEntryHdr *hdr, PRUint32 number, void *arg); protected: PRLock* mListLock;