aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/asn1fix_cstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasn1fix/asn1fix_cstring.h')
-rw-r--r--libasn1fix/asn1fix_cstring.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libasn1fix/asn1fix_cstring.h b/libasn1fix/asn1fix_cstring.h
new file mode 100644
index 00000000..bd647abe
--- /dev/null
+++ b/libasn1fix/asn1fix_cstring.h
@@ -0,0 +1,6 @@
+#ifndef _ASN1FIX_CSTRING_H_
+#define _ASN1FIX_CSTRING_H_
+
+int asn1f_fix_cstring(arg_t *);
+
+#endif /* _ASN1FIX_CSTRING_H_ */