OLD | NEW |
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 Loading... |
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 |
OLD | NEW |