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