1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-28 15:41:52 +03:00

Rename util.{c,h} to virutil.{c,h}

This commit is contained in:
Daniel P. Berrange
2012-12-13 17:44:57 +00:00
parent e747413cd5
commit 6eeeb3da16

View File

@ -27,7 +27,7 @@
#include "viralloc.h"
#include "virtypedparam.h"
#include "ignore-value.h"
#include "util.h"
#include "virutil.h"
#ifndef __CYGWIN__
extern void initlibvirtmod(void);