aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/compext/Z.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Z.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c b/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
index 8f7de4ee1..594269dbe 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Z.c
@@ -239,7 +239,7 @@ int ZDeflate(char *dest, unsigned int *destLen, const char *source, unsigned int
return result;
}
-int ZInitEncoder()
+int ZInitEncoder(void)
{
if (zInitialized == 0)
{
@@ -284,7 +284,7 @@ int ZInitEncoder()
return zInitialized;
}
-int ZResetEncoder()
+int ZResetEncoder(void)
{
int result;