summaryrefslogtreecommitdiff
path: root/security/nss/lib/pki1
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-31 18:01:53 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-31 18:01:53 +0000
commit119469471a5b83d5821cccb9694830f9d312bba9 (patch)
tree623631dfffc510b4735ec6f41eb38684e9e20c43 /security/nss/lib/pki1
parent81c667e81fc005776a3c93c7e52f90b7af21e746 (diff)
downloadnss-hg-119469471a5b83d5821cccb9694830f9d312bba9.tar.gz
Bugzilla bug #67122: put PR_CALLBACK after the return type in function
declarations. This is the order required by OS/2 compilers. Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch. Modified files: hashops.c, tracker.c, certt.h, oid.c.
Diffstat (limited to 'security/nss/lib/pki1')
-rw-r--r--security/nss/lib/pki1/oid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/lib/pki1/oid.c b/security/nss/lib/pki1/oid.c
index a170bf0de..2631682d4 100644
--- a/security/nss/lib/pki1/oid.c
+++ b/security/nss/lib/pki1/oid.c
@@ -282,7 +282,7 @@ static PZLock *oid_hash_lock;
* inclined student.
*/
-static PR_CALLBACK PLHashNumber
+static PLHashNumber PR_CALLBACK
oid_hash
(
const void *key
@@ -310,7 +310,7 @@ oid_hash
* but heck it's only used internally by the hash table anyway.
*/
-static PR_CALLBACK PRIntn
+static PRIntn PR_CALLBACK
oid_hash_compare
(
const void *k1,
@@ -407,7 +407,7 @@ static NSSArena *oid_arena;
* It also creates the aforementioned NSSArena.
*/
-static PR_CALLBACK PRStatus
+static PRStatus PR_CALLBACK
oid_once_func
(
void