aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-11 11:51:15 +0000
committerLev Walkin <vlm@lionet.info>2004-08-11 11:51:15 +0000
commiteb1b9ba8d4e1b491ef9f1c3a0aa468c9166828e7 (patch)
tree721e71717bba4b4f2e15d86e15fd84d984dfeafd /skeletons
parent0fed3b67c57a3b5329e16ac740ec5b2f619dcc57 (diff)
portability
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/constr_TYPE.c1
1 files changed, 1 insertions, 0 deletions
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);