summaryrefslogtreecommitdiffstats
path: root/bsd-snprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-snprintf.h')
-rw-r--r--bsd-snprintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-snprintf.h b/bsd-snprintf.h
index 8f244604..6be2047e 100644
--- a/bsd-snprintf.h
+++ b/bsd-snprintf.h
@@ -10,7 +10,7 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
#endif /* !HAVE_SNPRINTF */
#ifndef HAVE_VSNPRINTF
-int vsnprintf(char *str, size_t n, char *fmt, va_list *ap);
+int vsnprintf(char *str, size_t n, char *fmt, va_list ap);
#endif /* !HAVE_SNPRINTF */