]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix prototype of virRun for Win32 targets
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 17 May 2011 15:22:49 +0000 (16:22 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 17 May 2011 15:23:22 +0000 (16:23 +0100)
* src/util/util.c: Fix virRun prototype

src/util/util.c

index f07b8b059f6f388e7adbbd2e521a9eeca632e701..d1a08a6c2ac85492864f3ab6ac70d33277ec2da2 100644 (file)
@@ -869,6 +869,7 @@ int virSetInherit(int fd ATTRIBUTE_UNUSED, bool inherit ATTRIBUTE_UNUSED)
     return -1;
 }
 
+int
 virRun(const char *const *argv ATTRIBUTE_UNUSED,
        int *status)
 {