summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2013-04-03 12:36:23 +0200
committerMichal Privoznik <mprivozn@redhat.com>2013-05-02 16:56:55 +0200
commit50b32e0e368746928a8288a1678cae10daa74e9c (patch)
tree2f8cd5c87e83d9ec1f570d269c0efa60ae72071e
parentf2b1504a79736cdc17d68581434ca327303f2474 (diff)
downloadlibvirt-python-split-50b32e0e368746928a8288a1678cae10daa74e9c.tar.gz
libvirt-python-split-50b32e0e368746928a8288a1678cae10daa74e9c.tar.xz
libvirt-python-split-50b32e0e368746928a8288a1678cae10daa74e9c.zip
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.
-rw-r--r--libvirt-override.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvirt-override.c b/libvirt-override.c
index 244b7ec..856789a 100644
--- a/libvirt-override.c
+++ b/libvirt-override.c
@@ -28,6 +28,7 @@
#include "virtypedparam.h"
#include "ignore-value.h"
#include "virutil.h"
+#include "virstring.h"
#ifndef __CYGWIN__
extern void initlibvirtmod(void);