aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-15 18:48:32 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-15 18:48:32 +0000
commitdd8dc9533b8a12693f210cb6b39f1490001397f2 (patch)
treea3b0114e239af3d033be3c6af7e1bf1d7337c08d /tools/libxen
parenta547ca19e19589aaac412bf20a4315dfda4a78c8 (diff)
downloadxen-dd8dc9533b8a12693f210cb6b39f1490001397f2.tar.gz
xen-dd8dc9533b8a12693f210cb6b39f1490001397f2.tar.bz2
xen-dd8dc9533b8a12693f210cb6b39f1490001397f2.zip
libxen: Fix function prototype.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxen')
-rw-r--r--tools/libxen/include/xen/api/xen_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxen/include/xen/api/xen_common.h b/tools/libxen/include/xen/api/xen_common.h
index 89d92cacc4..ebcebd96d1 100644
--- a/tools/libxen/include/xen/api/xen_common.h
+++ b/tools/libxen/include/xen/api/xen_common.h
@@ -107,7 +107,7 @@ extern void xen_version_free(xen_version *version);
* minor, and extraversion of the Xen release with which it was released,
* plus the library's own version as the patch.
*/
-extern xen_version *xen_get_client_side_version();
+extern xen_version *xen_get_client_side_version(void);
extern bool