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

Side by Side Diff: nss/lib/ckfw/nssck.api

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/ckfw/mutex.c ('k') | nss/lib/ckfw/nssckfw.h » ('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 IS A GENERATED FILE */ 1 /* THIS IS A GENERATED FILE */
2 /* This Source Code Form is subject to the terms of the Mozilla Public 2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 5
6 #ifdef DEBUG
7 static const char NSSCKAPI_CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$ ; @(#) $ RCSfile$ $Revision$ $Date$";
8 #endif /* DEBUG */
9
10 /* 6 /*
11 * nssck.api 7 * nssck.api
12 * 8 *
13 * This automatically-generated file is used to generate a set of 9 * This automatically-generated file is used to generate a set of
14 * Cryptoki entry points within the object space of a Module using 10 * Cryptoki entry points within the object space of a Module using
15 * the NSS Cryptoki Framework. 11 * the NSS Cryptoki Framework.
16 * 12 *
17 * The Module should have a .c file with the following: 13 * The Module should have a .c file with the following:
18 * 14 *
19 * #define MODULE_NAME name 15 * #define MODULE_NAME name
(...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1851 ( 1847 (
1852 CK_FUNCTION_LIST_PTR_PTR ppFunctionList 1848 CK_FUNCTION_LIST_PTR_PTR ppFunctionList
1853 ) 1849 )
1854 { 1850 {
1855 return __ADJOIN(MODULE_NAME,C_GetFunctionList)(ppFunctionList); 1851 return __ADJOIN(MODULE_NAME,C_GetFunctionList)(ppFunctionList);
1856 } 1852 }
1857 #endif 1853 #endif
1858 1854
1859 #undef __ADJOIN 1855 #undef __ADJOIN
1860 1856
OLDNEW
« no previous file with comments | « nss/lib/ckfw/mutex.c ('k') | nss/lib/ckfw/nssckfw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698