From dd8dc9533b8a12693f210cb6b39f1490001397f2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 15 Jan 2008 18:48:32 +0000 Subject: libxen: Fix function prototype. Signed-off-by: Ian Jackson --- tools/libxen/include/xen/api/xen_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/libxen') 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 -- cgit v1.2.3