Re: [libvirt] [PATCH 4/7] virbuftest: declare testBufAddStrData earlier

2020-01-14 Thread Erik Skultety
On Tue, Jan 14, 2020 at 08:35:38AM +0100, Ján Tomko wrote: > Move the declaration to the beginning of the file for reuse. > > Signed-off-by: Ján Tomko > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 4/7] virbuftest: declare testBufAddStrData earlier

2020-01-13 Thread Ján Tomko
Move the declaration to the beginning of the file for reuse. Signed-off-by: Ján Tomko --- tests/virbuftest.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/virbuftest.c b/tests/virbuftest.c index bb7fa9e2e9..bb606c1c28 100644 --- a/tests/virbuftest.c +++