1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-04 12:21:57 +03:00

* python/libvir.c: fixed one more problem prior to 0.0.4

Daniel
This commit is contained in:
Daniel Veillard
2006-02-10 10:31:50 +00:00
parent 1d8b52d81d
commit 1672f4f940

View File

@ -115,7 +115,7 @@ static PyMethodDef libvirtMethods[] = {
};
void
initlibvirmod(void)
initlibvirtmod(void)
{
static int initialized = 0;