| 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 NSSBASE_H | 5 #ifndef NSSBASE_H |
| 6 #define NSSBASE_H | 6 #define NSSBASE_H |
| 7 | 7 |
| 8 #ifdef DEBUG | 8 #ifdef DEBUG |
| 9 static const char NSSBASE_CVS_ID[] = "@(#) $RCSfile: nssbase.h,v $ $Revision: 1.
5 $ $Date: 2012/07/06 18:19:32 $"; | 9 static const char NSSBASE_CVS_ID[] = "@(#) $RCSfile: nssbase.h,v $ $Revision: 1.
4 $ $Date: 2012/04/25 14:49:26 $"; |
| 10 #endif /* DEBUG */ | 10 #endif /* DEBUG */ |
| 11 | 11 |
| 12 /* | 12 /* |
| 13 * nssbase.h | 13 * nssbase.h |
| 14 * | 14 * |
| 15 * This header file contains the prototypes of the basic public | 15 * This header file contains the prototypes of the basic public |
| 16 * NSS routines. | 16 * NSS routines. |
| 17 */ | 17 */ |
| 18 | 18 |
| 19 #ifndef NSSBASET_H | 19 #ifndef NSSBASET_H |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 | 129 |
| 130 NSS_EXTERN NSSError * | 130 NSS_EXTERN NSSError * |
| 131 NSS_GetErrorStack | 131 NSS_GetErrorStack |
| 132 ( | 132 ( |
| 133 void | 133 void |
| 134 ); | 134 ); |
| 135 | 135 |
| 136 PR_END_EXTERN_C | 136 PR_END_EXTERN_C |
| 137 | 137 |
| 138 #endif /* NSSBASE_H */ | 138 #endif /* NSSBASE_H */ |
| OLD | NEW |