]> git.stg.codes - stg.git/blobdiff - libs/smux/xer_encoder.c
Update SMUX library.
[stg.git] / libs / smux / xer_encoder.c
index aa7cf040ad874dc1f8bfd8e353c3061b71493fdb..4606575800d66298cbe6fd258080aa515f15949e 100644 (file)
@@ -23,18 +23,18 @@ xer_encode(asn_TYPE_descriptor_t *td, void *sptr,
        mname = td->xml_tag;
        mlen = strlen(mname);
 
-       _ASN_CALLBACK3("<", 1, mname, mlen, ">", 1);
+       ASN__CALLBACK3("<", 1, mname, mlen, ">", 1);
 
        tmper = td->xer_encoder(td, sptr, 1, xer_flags, cb, app_key);
        if(tmper.encoded == -1) return tmper;
 
-       _ASN_CALLBACK3("</", 2, mname, mlen, ">\n", xcan);
+       ASN__CALLBACK3("</", 2, mname, mlen, ">\n", xcan);
 
        er.encoded = 4 + xcan + (2 * mlen) + tmper.encoded;
 
-       _ASN_ENCODED_OK(er);
+       ASN__ENCODED_OK(er);
 cb_failed:
-       _ASN_ENCODE_FAILED;
+       ASN__ENCODE_FAILED;
 }
 
 /*