summaryrefslogtreecommitdiff
path: root/hw/xnest/Init.c
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:40:47 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:11 +0100
commit9651cd8d7ac26635b6fb1826806ac9f4e2bddb63 (patch)
treee328cce02cafbc8d6f1b4d1d5c9244603e61ff38 /hw/xnest/Init.c
parent31439195c51f183f5a8989a8d4f95b3e6326eda0 (diff)
xnest: ANSI cleanups
Diffstat (limited to 'hw/xnest/Init.c')
-rw-r--r--hw/xnest/Init.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c
index f80bbd121..2a9fc26a1 100644
--- a/hw/xnest/Init.c
+++ b/hw/xnest/Init.c
@@ -107,14 +107,14 @@ InitInput(int argc, char *argv[])
/*
* DDX - specific abort routine. Called by AbortServer().
*/
-void AbortDDX()
+void AbortDDX(void)
{
xnestDoFullGeneration = True;
xnestCloseDisplay();
}
/* Called by GiveUp(). */
-void ddxGiveUp()
+void ddxGiveUp(void)
{
AbortDDX();
}
@@ -126,12 +126,12 @@ DarwinHandleGUI(int argc, char *argv[])
}
#endif
-void OsVendorInit()
+void OsVendorInit(void)
{
return;
}
-void OsVendorFatalError()
+void OsVendorFatalError(void)
{
return;
}