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

Side by Side Diff: nss/lib/pki/pkitm.h

Issue 16285003: Remove CVS keywords from NSS source files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 6 months 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
« no previous file with comments | « nss/lib/pki/pkit.h ('k') | nss/lib/pki/symmkey.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 PKITM_H 5 #ifndef PKITM_H
6 #define PKITM_H 6 #define PKITM_H
7 7
8 #ifdef DEBUG
9 static const char PKITM_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
10 #endif /* DEBUG */
11
12 /* 8 /*
13 * pkitm.h 9 * pkitm.h
14 * 10 *
15 * This file contains PKI-module specific types. 11 * This file contains PKI-module specific types.
16 */ 12 */
17 13
18 #ifndef BASET_H 14 #ifndef BASET_H
19 #include "baset.h" 15 #include "baset.h"
20 #endif /* BASET_H */ 16 #endif /* BASET_H */
21 17
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 PRStatus (* crl)(NSSCRL *crl, void *arg); 79 PRStatus (* crl)(NSSCRL *crl, void *arg);
84 PRStatus (* pvkey)(NSSPrivateKey *vk, void *arg); 80 PRStatus (* pvkey)(NSSPrivateKey *vk, void *arg);
85 PRStatus (* pbkey)(NSSPublicKey *bk, void *arg); 81 PRStatus (* pbkey)(NSSPublicKey *bk, void *arg);
86 } func; 82 } func;
87 void *arg; 83 void *arg;
88 } nssPKIObjectCallback; 84 } nssPKIObjectCallback;
89 85
90 PR_END_EXTERN_C 86 PR_END_EXTERN_C
91 87
92 #endif /* PKITM_H */ 88 #endif /* PKITM_H */
OLDNEW
« no previous file with comments | « nss/lib/pki/pkit.h ('k') | nss/lib/pki/symmkey.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698