evil: Fix adding EVIL_API macro to mkstemps

This commit is contained in:
Felipe Magno de Almeida 2020-12-14 22:22:49 -03:00
parent 81a1b4eac3
commit 733420f799
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ mkdtemp(char *__template)
return NULL;
}
int
EVIL_API int
mkstemps(char *__template, int suffixlen)
{
char *suffix;