mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
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 int internal_putbytes(const char *s, size_t len);
|
||||
static int internal_flush(void);
|
||||
static void socket_set_nonblocking(bool nonblocking);
|
||||
|
||||
#ifdef HAVE_UNIX_SOCKETS
|
||||
static int Lock_AF_UNIX(char *unixSocketDir, char *unixSocketPath);
|
||||
|
Loading…
Reference in New Issue
Block a user