aboutsummaryrefslogtreecommitdiff
path: root/src/core/snprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/snprintf.h')
-rw-r--r--src/core/snprintf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/snprintf.h b/src/core/snprintf.h
index b98b6ee7..12d7f207 100644
--- a/src/core/snprintf.h
+++ b/src/core/snprintf.h
@@ -31,5 +31,6 @@
* from the platform.
*/
extern void nni_snprintf(char *, size_t, const char *, ...);
+extern void nni_vsnprintf(char *, size_t, const char *, va_list);
#endif /* CORE_SNPRINTF_H */