]> git.stg.codes - stg.git/blobdiff - libs/smux/include/stg/ber_tlv_length.h
Regen SMUX support library with more recent ASN1 compiler.
[stg.git] / libs / smux / include / stg / ber_tlv_length.h
index 3496802244013c6c3652d5d067bccdf022e719cf..d1e4d48dd73fecb6d5d1b3cfe5529df7e2975363 100644 (file)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2003 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        _BER_TLV_LENGTH_H_
@@ -32,7 +32,7 @@ ssize_t ber_fetch_length(int _is_constructed, const void *bufptr, size_t size,
  *     Standard {-1,0,>0} convention.
  */
 ssize_t ber_skip_length(
-       struct asn_codec_ctx_s *opt_codec_ctx,  /* optional context */
+       const struct asn_codec_ctx_s *opt_codec_ctx,    /* optional context */
        int _is_constructed, const void *bufptr, size_t size);
 
 /*