Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Side by Side Diff: mozilla/security/nss/lib/base/nssbase.h

Issue 11359091: Update NSS to NSS 3.14 pre-release snapshot 2012-06-26 01:00:00 PDT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Remove the RCS Id from nss-shvfy-const.patch Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698