summaryrefslogtreecommitdiff
path: root/h/zephyr/zephyr.h
diff options
context:
space:
mode:
Diffstat (limited to 'h/zephyr/zephyr.h')
-rw-r--r--h/zephyr/zephyr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 96c050e..2f594e5 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -32,6 +32,7 @@
#include <stdarg.h>
#else
#include <varargs.h>
+#define Z_varargs
#endif
#endif
@@ -219,7 +220,9 @@ extern "C" {
int*, C_Block));
#endif
extern Code_t ZFormatRawNotice Zproto ((ZNotice_t *, char**, int *));
+#ifndef Z_varargs
extern void Z_debug Zproto ((const char *, ...));
+#endif
#ifdef Z_HaveKerberos
/* ZGetSession() macro */