1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-12-06 00:23:47 +03:00

virutil: Move string related functions to virstring.c

The source code base needs to be adapted as well. Some files
include virutil.h just for the string related functions (here,
the include is substituted to match the new file), some include
virutil.h without any need (here, the include is removed), and
some require both.
This commit is contained in:
Michal Privoznik
2013-04-03 12:36:23 +02:00
parent f2b1504a79
commit 50b32e0e36

View File

@@ -28,6 +28,7 @@
#include "virtypedparam.h"
#include "ignore-value.h"
#include "virutil.h"
#include "virstring.h"
#ifndef __CYGWIN__
extern void initlibvirtmod(void);