not pointers
diff --git a/skeletons/constr_TYPE.h b/skeletons/constr_TYPE.h
index 248ba24..b0b4e0e 100644
--- a/skeletons/constr_TYPE.h
+++ b/skeletons/constr_TYPE.h
@@ -44,8 +44,8 @@
 #include <constraints.h>	/* Subtype constraints support */
 
 #ifdef  ASN_DISABLE_OER_SUPPORT
-typedef void (*oer_type_decoder_f)();
-typedef void (*oer_type_encoder_f)();
+typedef void (oer_type_decoder_f)();
+typedef void (oer_type_encoder_f)();
 typedef struct{} asn_oer_constraints_t;
 #else
 #include <oer_decoder.h>	/* Octet Encoding Rules encoder */