aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Reconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Reconnect.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Reconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Reconnect.c b/nx-X11/programs/Xserver/hw/nxagent/Reconnect.c
index b81796bfd..56ac017ad 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Reconnect.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Reconnect.c
@@ -321,7 +321,7 @@ TODO: This should be reset only when
return 0;
}
-void nxagentInitializeRecLossyLevel()
+void nxagentInitializeRecLossyLevel(void)
{
*(int *)reconnectLossyLevel[DISPLAY_STEP] = 0;
*(int *)reconnectLossyLevel[SCREEN_STEP] = 0;
@@ -805,7 +805,7 @@ static char* nxagentGetReconnectError()
return nxagentReconnectErrorMessage;
}
-void nxagentHandleConnectionChanges()
+void nxagentHandleConnectionChanges(void)
{
#ifdef TEST
fprintf(stderr, "nxagentHandleConnectionChanges: Called.\n");