summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11func.h
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-01-19 07:57:18 +0000
committerrelyea%netscape.com <devnull@localhost>2001-01-19 07:57:18 +0000
commitf7e7568bb06339b302a301cefbcacb3c381ea890 (patch)
treea5206367e04000be5d741821044b2685e0ec35e1 /security/nss/lib/pk11wrap/pk11func.h
parent913f72ab0e9c3f0d67b0c9a6ee4a0e57416dc5ae (diff)
downloadnss-hg-f7e7568bb06339b302a301cefbcacb3c381ea890.tar.gz
Follow Wan-Teh's suggesion of using typedef's for enums.
Follow the same style we use elsewhere for enums.
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11func.h')
-rw-r--r--security/nss/lib/pk11wrap/pk11func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/pk11wrap/pk11func.h b/security/nss/lib/pk11wrap/pk11func.h
index 0a49716c6..8f187a8be 100644
--- a/security/nss/lib/pk11wrap/pk11func.h
+++ b/security/nss/lib/pk11wrap/pk11func.h
@@ -388,7 +388,7 @@ SECStatus PK11_TraverseCertsForNicknameInSlot(SECItem *nickname,
SECStatus PK11_TraverseCertsInSlot(PK11SlotInfo *slot,
SECStatus(* callback)(CERTCertificate*, void *), void *arg);
CERTCertList *
-PK11_ListCerts(enum PK11CertListType type, void *pwarg);
+PK11_ListCerts(PK11CertListType type, void *pwarg);
/**********************************************************************