OBJECT IDENTIFIER and RELATIVE-OID OER encoding and randomized testing
diff --git a/skeletons/oer_encoder.h b/skeletons/oer_encoder.h
index f474a7b..3150b5c 100644
--- a/skeletons/oer_encoder.h
+++ b/skeletons/oer_encoder.h
@@ -46,6 +46,11 @@
     );
 
 
+/*
+ * Length-prefixed buffer encoding for primitive types.
+ */
+oer_type_encoder_f oer_encode_primitive;
+
 #ifdef __cplusplus
 }
 #endif