From eb1b9ba8d4e1b491ef9f1c3a0aa468c9166828e7 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Wed, 11 Aug 2004 11:51:15 +0000 Subject: [PATCH] portability --- skeletons/constr_TYPE.c | 1 + 1 file changed, 1 insertion(+) diff --git a/skeletons/constr_TYPE.c b/skeletons/constr_TYPE.c index e19f8d96..68cc50fa 100644 --- a/skeletons/constr_TYPE.c +++ b/skeletons/constr_TYPE.c @@ -61,6 +61,7 @@ _print2fp(const void *buffer, size_t size, void *app_key) { * Some compilers do not support variable args macros. * This function is a replacement of ASN_DEBUG() macro. */ +void ASN_DEBUG_f(const char *fmt, ...); void ASN_DEBUG_f(const char *fmt, ...) { va_list ap; va_start(ap, fmt);