|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-3.1-testing] libxen: Fix function prototype.
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1200664418 0
# Node ID 79dab3f0d0940fb30b25ccb7147423e4fae6f9ca
# Parent aff7d16b583dbf4a6d17adc008996497d7353454
libxen: Fix function prototype.
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
xen-unstable changeset: 16721:b953c358d0adc75f77cfa1991b5fc15da2b5b0a2
xen-unstable date: Tue Jan 15 18:48:32 2008 +0000
---
tools/libxen/include/xen/api/xen_common.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r aff7d16b583d -r 79dab3f0d094 tools/libxen/include/xen/api/xen_common.h
--- a/tools/libxen/include/xen/api/xen_common.h Fri Jan 18 13:53:12 2008 +0000
+++ b/tools/libxen/include/xen/api/xen_common.h Fri Jan 18 13:53:38 2008 +0000
@@ -107,7 +107,7 @@ extern void xen_version_free(xen_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
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-3.1-testing] libxen: Fix function prototype.,
Xen patchbot-3.1-testing <=
|
|
|
|
|