]> git.ipfire.org Git - thirdparty/libvirt.git/commit
buf: add virBufferVasprintf
authorEric Blake <eblake@redhat.com>
Sat, 30 Apr 2011 16:44:42 +0000 (10:44 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 5 May 2011 19:48:19 +0000 (13:48 -0600)
commitf09acccfd7c39eb81d4ef26edc90396db0c6681d
treedd8121cad343047bd3cad1a008fb620b4b588a72
parent68ea80cfdd41bc3adbe70ac5d0a9c396c81690a3
buf: add virBufferVasprintf

Match the fact that we have virAsprintf and virVasprintf.

* src/util/buf.h (virBufferVasprintf): New prototype.
* src/util/buf.c (virBufferAsprintf): Move guts...
(virBufferVasprintf): ...to new function.
* src/libvirt_private.syms (buf.h): Export it.
* bootstrap.conf (gnulib_modules): Add stdarg, for va_copy.
bootstrap.conf
src/libvirt_private.syms
src/util/buf.c
src/util/buf.h