aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_class.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-08-18 02:27:55 +0000
committerLev Walkin <vlm@lionet.info>2006-08-18 02:27:55 +0000
commitc46b7cb50041897e2f6d617bdf23582d9462d4e5 (patch)
tree0b8e91f7da38399fa1aa3a7607e17a83441043b8 /libasn1parser/asn1p_class.h
parent5af1a6993b28abdb1b22e26d9145707d8c158713 (diff)
*** empty log message ***
Diffstat (limited to 'libasn1parser/asn1p_class.h')
-rw-r--r--libasn1parser/asn1p_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1parser/asn1p_class.h b/libasn1parser/asn1p_class.h
index 5d55a73b..571be617 100644
--- a/libasn1parser/asn1p_class.h
+++ b/libasn1parser/asn1p_class.h
@@ -69,7 +69,7 @@ asn1p_wsyntx_t *asn1p_wsyntx_clone(asn1p_wsyntx_t *);
* 0: Component has been added
* -1: Failure to add component (refer to errno)
*/
-asn1p_wsyntx_chunk_t *asn1p_wsyntx_chunk_frombuf(char *buf, int len, int _copy);
+asn1p_wsyntx_chunk_t *asn1p_wsyntx_chunk_fromstring(char *token, int _copy);
asn1p_wsyntx_chunk_t *asn1p_wsyntx_chunk_fromsyntax(asn1p_wsyntx_t *syntax);