diff modules/vasprintf @ 8570:4175c39ba7cc

Move vasprintf prototypes to stdio.
author Simon Josefsson <simon@josefsson.org>
date Tue, 27 Mar 2007 20:18:17 +0000
parents 6a764f23e302
children 8812f453e378
line wrap: on
line diff
--- a/modules/vasprintf
+++ b/modules/vasprintf
@@ -2,21 +2,22 @@
 vsprintf with automatic memory allocation.
 
 Files:
-lib/vasprintf.h
 lib/vasprintf.c
 lib/asprintf.c
 m4/vasprintf.m4
 
 Depends-on:
 vasnprintf
+stdio
 
 configure.ac:
 gl_FUNC_VASPRINTF
+gl_STDIO_MODULE_INDICATOR([vasprintf])
 
 Makefile.am:
 
 Include:
-"vasprintf.h"
+<stdio.h>
 
 License:
 LGPL