diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-14 17:49:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-14 17:49:54 +0000 |
commit | a16a0314114f7e6e4414d11f6ff2744496952bda (patch) | |
tree | 453187eb6cf695da32e516fbd9c3d1ad6f2fa9ed /src/interfaces/libpq/win32.h | |
parent | 62b532b73668267eb950f1ba8fed4a8ec45f60ae (diff) |
Make libpq thread-safe with configure --with-threads option.
Lee Kindness
Diffstat (limited to 'src/interfaces/libpq/win32.h')
-rw-r--r-- | src/interfaces/libpq/win32.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/libpq/win32.h b/src/interfaces/libpq/win32.h index 7f3f5cbd629..468e786dccc 100644 --- a/src/interfaces/libpq/win32.h +++ b/src/interfaces/libpq/win32.h @@ -37,7 +37,6 @@ /* * support for handling Windows Socket errors */ -extern const char *winsock_strerror(int eno); - +extern const char *winsock_strerror(int err, char *strerrbuf, size_t buflen); #endif |