summaryrefslogtreecommitdiff
path: root/include/ntp_stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_stdlib.h')
-rw-r--r--include/ntp_stdlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ntp_stdlib.h b/include/ntp_stdlib.h
index 889c3b25ef42..c0bc71b09f5b 100644
--- a/include/ntp_stdlib.h
+++ b/include/ntp_stdlib.h
@@ -40,6 +40,9 @@ extern void setup_logfile (const char *);
extern void errno_to_str(int, char *, size_t);
#endif
+extern int xvsbprintf(char**, char* const, char const*, va_list) NTP_PRINTF(3, 0);
+extern int xsbprintf(char**, char* const, char const*, ...) NTP_PRINTF(3, 4);
+
/*
* When building without OpenSSL, use a few macros of theirs to
* minimize source differences in NTP.