| Index: nss/lib/certdb/genname.h
|
| ===================================================================
|
| --- nss/lib/certdb/genname.h (revision 195639)
|
| +++ nss/lib/certdb/genname.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| SECItem *dest);
|
|
|
| extern CERTNameConstraints *
|
| -cert_DecodeNameConstraints(PRArenaPool *arena, SECItem *encodedConstraints);
|
| +cert_DecodeNameConstraints(PRArenaPool *arena, const SECItem *encodedConstraints);
|
|
|
| extern CERTGeneralName *
|
| cert_CombineNamesLists(CERTGeneralName *list1, CERTGeneralName *list2);
|
|
|