| Index: nss/lib/pk11wrap/secmodi.h
|
| diff --git a/nss/lib/pk11wrap/secmodi.h b/nss/lib/pk11wrap/secmodi.h
|
| index 830fb67b5a9c40c10ecd9d354d85fcf270f713ff..5bc49b43893e07f8f59800c31a4e4d3aacb3ee1e 100644
|
| --- a/nss/lib/pk11wrap/secmodi.h
|
| +++ b/nss/lib/pk11wrap/secmodi.h
|
| @@ -76,8 +76,8 @@ void secmod_FreeConfigList(SECMODConfigList *conflist, int count);
|
| * secmod_FreeChildren */
|
| char *secmod_ParseModuleSpecForTokens(PRBool convert,
|
| PRBool isFIPS,
|
| - char *moduleSpec,
|
| - char ***children,
|
| + const char *moduleSpec,
|
| + char ***children,
|
| CK_SLOT_ID **ids);
|
| void secmod_FreeChildren(char **children, CK_SLOT_ID *ids);
|
| char *secmod_MkAppendTokensList(PLArenaPool *arena, char *origModuleSpec,
|
|
|