diff options
Diffstat (limited to 'asprintf.c')
-rw-r--r-- | asprintf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/asprintf.c b/asprintf.c index 0606593ed3b6..30852d2b3b00 100644 --- a/asprintf.c +++ b/asprintf.c @@ -29,11 +29,9 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: asprintf.c,v 1.3 2009/02/03 20:27:51 christos Exp $") +FILE_RCSID("@(#)$File: asprintf.c,v 1.4 2010/07/21 16:47:17 christos Exp $") #endif -int vasprintf(char **ptr, const char *format_string, va_list vargs); - int asprintf(char **ptr, const char *fmt, ...) { va_list vargs; |