Imported Upstream version 3.4.11
[platform/upstream/gnutls.git] / lib / vasprintf.h
1 #ifndef VASPRINTF_H
2 #define VASPRINTF_H
3 #include <config.h>
4
5 #ifndef HAVE_VASPRINTF
6
7 int _gnutls_vasprintf(char **strp, const char *fmt, va_list ap);
8 #define vasprintf _gnutls_vasprintf
9
10 #endif
11
12 #endif