structure comparison functions
diff --git a/skeletons/GeneralString.c b/skeletons/GeneralString.c
index 0e87d12..805adcb 100644
--- a/skeletons/GeneralString.c
+++ b/skeletons/GeneralString.c
@@ -17,6 +17,7 @@
 	"GeneralString",
 	OCTET_STRING_free,
 	OCTET_STRING_print,         /* non-ascii string */
+	OCTET_STRING_compare,
 	asn_generic_unknown_constraint,
 	OCTET_STRING_decode_ber,    /* Implemented in terms of OCTET STRING */
 	OCTET_STRING_encode_der,