diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-02-10 10:31:50 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-02-10 10:31:50 +0000 |
commit | 04142f1c5e1f73d65b003944e1961bcb53aa7ce0 (patch) | |
tree | b28a41322114b0057bf8b2e5ffa6d220dc5979f1 | |
parent | * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h (diff) | |
download | libvirt-04142f1c5e1f73d65b003944e1961bcb53aa7ce0.tar.gz libvirt-04142f1c5e1f73d65b003944e1961bcb53aa7ce0.tar.bz2 libvirt-04142f1c5e1f73d65b003944e1961bcb53aa7ce0.zip |
* python/libvir.c: fixed one more problem prior to 0.0.4v0.0.4LIBVIRT_0_0_4
Daniel
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | python/libvir.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 diff --git a/python/libvir.c b/python/libvir.c index ffc9c0326..957f7ac11 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; |