OLD | NEW |
1 /* This Source Code Form is subject to the terms of the Mozilla Public | 1 /* This Source Code Form is subject to the terms of the Mozilla Public |
2 * License, v. 2.0. If a copy of the MPL was not distributed with this | 2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
4 | 4 |
5 #ifndef PKINSS3HACK_H | 5 #ifndef PKINSS3HACK_H |
6 #define PKINSS3HACK_H | 6 #define PKINSS3HACK_H |
7 | 7 |
8 #ifdef DEBUG | |
9 static const char PKINSS3HACK_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$"; | |
10 #endif /* DEBUG */ | |
11 | |
12 #ifndef NSSDEVT_H | 8 #ifndef NSSDEVT_H |
13 #include "nssdevt.h" | 9 #include "nssdevt.h" |
14 #endif /* NSSDEVT_H */ | 10 #endif /* NSSDEVT_H */ |
15 | 11 |
16 #ifndef DEVT_H | 12 #ifndef DEVT_H |
17 #include "devt.h" | 13 #include "devt.h" |
18 #endif /* DEVT_H */ | 14 #endif /* DEVT_H */ |
19 | 15 |
20 #ifndef NSSPKIT_H | 16 #ifndef NSSPKIT_H |
21 #include "nsspkit.h" | 17 #include "nsspkit.h" |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 /* CERT_AddTempCertToPerm */ | 155 /* CERT_AddTempCertToPerm */ |
160 NSS_EXTERN PRStatus | 156 NSS_EXTERN PRStatus |
161 nssTrustDomain_AddTempCertToPerm | 157 nssTrustDomain_AddTempCertToPerm |
162 ( | 158 ( |
163 NSSCertificate *c | 159 NSSCertificate *c |
164 ); | 160 ); |
165 | 161 |
166 PR_END_EXTERN_C | 162 PR_END_EXTERN_C |
167 | 163 |
168 #endif /* PKINSS3HACK_H */ | 164 #endif /* PKINSS3HACK_H */ |
OLD | NEW |