diff options
author | vlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826> | 2007-06-29 02:28:10 +0000 |
---|---|---|
committer | vlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826> | 2007-06-29 02:28:10 +0000 |
commit | d934f25d7bdf89ba662a72ab7c75aa6e5e994ab7 (patch) | |
tree | e211fb5399943d8d3b916661b69767b79c50aed7 | |
parent | 0faf003d77005533876da64cbb505850a2a9ef40 (diff) |
more debugging
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1356 59561ff5-6e30-0410-9f3c-9617f08c8826
-rw-r--r-- | skeletons/per_support.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/skeletons/per_support.h b/skeletons/per_support.h index 653c3517..7cb1a0ca 100644 --- a/skeletons/per_support.h +++ b/skeletons/per_support.h @@ -81,6 +81,9 @@ ssize_t uper_get_nslength(asn_per_data_t *pd); */ ssize_t uper_get_nsnnwn(asn_per_data_t *pd); +/* Non-thread-safe debugging function, don't use it */ +char *per_data_string(asn_per_data_t *pd); + /* * This structure supports forming PER output. */ |