|
@@ -108,7 +108,9 @@ void G_ascii_check(char *);
|
|
|
* the G_asprintf macro is disabled until a stable version of GDAL
|
|
|
* with a different function becomes widely used
|
|
|
*/
|
|
|
+#ifndef SWIG
|
|
|
int G_vasprintf(char **, const char *, va_list);
|
|
|
+#endif
|
|
|
int G_asprintf(char **, const char *, ...)
|
|
|
__attribute__ ((format(printf, 2, 3)));
|
|
|
|