diff options
Diffstat (limited to 'main/spprintf.c')
-rw-r--r-- | main/spprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spprintf.c b/main/spprintf.c index f6878f3c54..91b3eca9e3 100644 --- a/main/spprintf.c +++ b/main/spprintf.c @@ -605,7 +605,7 @@ static int xbuf_format_converter(register xbuffy * xbuf, const char *fmt, va_lis /* * This is the general purpose conversion function. */ -int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) +PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap) { xbuffy xbuf; int cc; |