diff options
Diffstat (limited to 'libXdmcp/Fill.c')
-rw-r--r-- | libXdmcp/Fill.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libXdmcp/Fill.c b/libXdmcp/Fill.c index 08f6b350a..dd26d8b2d 100644 --- a/libXdmcp/Fill.c +++ b/libXdmcp/Fill.c @@ -55,11 +55,7 @@ in this Software without prior written authorization from The Open Group. #endif int -XdmcpFill (fd, buffer, from, fromlen) - int fd; - XdmcpBufferPtr buffer; - XdmcpNetaddr from; /* return */ - int *fromlen; /* return */ +XdmcpFill (int fd, XdmcpBufferPtr buffer, XdmcpNetaddr from, int *fromlen) { BYTE *newBuf; #ifdef STREAMSCONN |