]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* python/libvir.c: fixed one more problem prior to 0.0.4 LIBVIRT_0_0_4 v0.0.4
authorDaniel Veillard <veillard@redhat.com>
Fri, 10 Feb 2006 10:31:50 +0000 (10:31 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 10 Feb 2006 10:31:50 +0000 (10:31 +0000)
Daniel

ChangeLog
python/libvir.c

index 8899d3caaa15f77a77099880b5811dec00b7af4d..f03af3147e349d0a7cb771f4d9029abb55780319 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 10 11:30:41 EST 2006 Daniel Veillard <veillard@redhat.com>
+
+       * python/libvir.c: fixed one more problem prior to 0.0.4
+
 Fri Feb 10 11:21:53 EST 2006 Daniel Veillard <veillard@redhat.com>
 
        * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h
index ffc9c03268ad8833cd36b0ad658107e92995f57f..957f7ac11a11e169f1a94b167e4173903be57a10 100644 (file)
@@ -115,7 +115,7 @@ static PyMethodDef libvirtMethods[] = {
 };
 
 void
-initlibvirmod(void)
+initlibvirtmod(void)
 {
     static int initialized = 0;