(krb5_ccache_data): make `ops' const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7129 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		@@ -227,7 +227,7 @@ struct krb5_cc_ops;
 | 
			
		||||
typedef void *krb5_cc_cursor;
 | 
			
		||||
 | 
			
		||||
typedef struct krb5_ccache_data {
 | 
			
		||||
    struct krb5_cc_ops *ops;
 | 
			
		||||
    const struct krb5_cc_ops *ops;
 | 
			
		||||
    krb5_data data;
 | 
			
		||||
}krb5_ccache_data;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user