X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4271ab433cd55bbd2612292bcf39e4dc3d7274f1..46d0fa38003ef0b122fea77dfaa252fa832cb5a3:/libs/smux/include/stg/asn_codecs.h?ds=sidebyside

diff --git a/libs/smux/include/stg/asn_codecs.h b/libs/smux/include/stg/asn_codecs.h
index 4b2a2942..e75c2709 100644
--- a/libs/smux/include/stg/asn_codecs.h
+++ b/libs/smux/include/stg/asn_codecs.h
@@ -1,6 +1,5 @@
-/*-
- * Copyright (c) 2003, 2004, 2005 Lev Walkin <vlm@lionet.info>.
- * All rights reserved.
+/*
+ * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
  * Redistribution and modifications are permitted subject to BSD license.
  */
 #ifndef	ASN_CODECS_H
@@ -52,10 +51,10 @@ typedef struct asn_enc_rval_s {
 	 */
 
 	/* Type which cannot be encoded */
-	struct asn_TYPE_descriptor_s *failed_type;
+	const struct asn_TYPE_descriptor_s *failed_type;
 
 	/* Pointer to the structure of that type */
-	void *structure_ptr;
+	const void *structure_ptr;
 } asn_enc_rval_t;
 #define	ASN__ENCODE_FAILED do {					\
 	asn_enc_rval_t tmp_error;				\