structure comparison functions
diff --git a/skeletons/UTF8String.c b/skeletons/UTF8String.c
index 330d968..de78c5e 100644
--- a/skeletons/UTF8String.c
+++ b/skeletons/UTF8String.c
@@ -18,6 +18,7 @@
 	"UTF8String",
 	OCTET_STRING_free,
 	UTF8String_print,
+	OCTET_STRING_compare,
 	UTF8String_constraint,      /* Check for invalid codes, etc. */
 	OCTET_STRING_decode_ber,    /* Implemented in terms of OCTET STRING */
 	OCTET_STRING_encode_der,