Remove duplicate function prototype.
Kyotaro Horiguchi
This commit is contained in:
parent
ff066481b0
commit
19998730ae
@ -145,7 +145,6 @@ static void socket_startcopyout(void);
|
|||||||
static void socket_endcopyout(bool errorAbort);
|
static void socket_endcopyout(bool errorAbort);
|
||||||
static int internal_putbytes(const char *s, size_t len);
|
static int internal_putbytes(const char *s, size_t len);
|
||||||
static int internal_flush(void);
|
static int internal_flush(void);
|
||||||
static void socket_set_nonblocking(bool nonblocking);
|
|
||||||
|
|
||||||
#ifdef HAVE_UNIX_SOCKETS
|
#ifdef HAVE_UNIX_SOCKETS
|
||||||
static int Lock_AF_UNIX(char *unixSocketDir, char *unixSocketPath);
|
static int Lock_AF_UNIX(char *unixSocketDir, char *unixSocketPath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user