From 9b32497c7e78d362e2be2a9c0dff1a589c725594 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 13 Nov 2003 19:15:38 +0000 Subject: (vasprintf): Also fixed the prototype. --- common/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 987c8dfe8..e38ced337 100644 --- a/common/util.h +++ b/common/util.h @@ -112,7 +112,7 @@ int is_file_compressed (const char *s, int *ret_rc); /*-- replacement functions from funcname.c --*/ #if !HAVE_VASPRINTF #include -int vasprintf (char **result, const char *format, va_list *args); +int vasprintf (char **result, const char *format, va_list args); int asprintf (char **result, const char *format, ...); #endif -- cgit v1.2.3