@@ -8,5 +8,6 @@ * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ extern int asprintf(char**, const char*, ...); +extern int vasprintf(char**, const char*, va_list);