From: Daniel Veillard Date: Fri, 10 Feb 2006 10:31:50 +0000 (+0000) Subject: * python/libvir.c: fixed one more problem prior to 0.0.4 X-Git-Tag: LIBVIRT_0_0_4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04142f1c5e1f73d65b003944e1961bcb53aa7ce0;p=thirdparty%2Flibvirt.git * python/libvir.c: fixed one more problem prior to 0.0.4 Daniel --- diff --git a/ChangeLog b/ChangeLog index 8899d3caaa..f03af3147e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 10 11:30:41 EST 2006 Daniel Veillard + + * python/libvir.c: fixed one more problem prior to 0.0.4 + Fri Feb 10 11:21:53 EST 2006 Daniel Veillard * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h diff --git a/python/libvir.c b/python/libvir.c index ffc9c03268..957f7ac11a 100644 --- a/python/libvir.c +++ b/python/libvir.c @@ -115,7 +115,7 @@ static PyMethodDef libvirtMethods[] = { }; void -initlibvirmod(void) +initlibvirtmod(void) { static int initialized = 0;