| Index: nss/mozilla/security/nss/lib/certdb/cert.h
|
| ===================================================================
|
| --- nss/mozilla/security/nss/lib/certdb/cert.h (revision 162724)
|
| +++ nss/mozilla/security/nss/lib/certdb/cert.h (working copy)
|
| @@ -5,7 +5,7 @@
|
| /*
|
| * cert.h - public data structures and prototypes for the certificate library
|
| *
|
| - * $Id: cert.h,v 1.90 2012/09/19 15:08:07 kaie%kuix.de Exp $
|
| + * $Id: cert.h,v 1.91 2012/09/28 16:05:02 wtc%google.com Exp $
|
| */
|
|
|
| #ifndef _CERT_H_
|
| @@ -34,7 +34,7 @@
|
| /*
|
| ** Convert an ascii RFC1485 encoded name into its CERTName equivalent.
|
| */
|
| -extern CERTName *CERT_AsciiToName(char *string);
|
| +extern CERTName *CERT_AsciiToName(const char *string);
|
|
|
| /*
|
| ** Convert an CERTName into its RFC1485 encoded equivalent.
|
|
|