diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-21 20:05:48 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-21 20:05:48 -0800 |
| commit | c9593dfc5796a98b94ef516fce662f2e040acffe (patch) | |
| tree | 72f28415fdb377ce32458488cf05e40c65a86594 /src/platform/windows/win_net.c | |
| parent | dc48f6afe9c5d5c8700f756ff0b3f0860f087d9d (diff) | |
| download | nng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.gz nng-c9593dfc5796a98b94ef516fce662f2e040acffe.tar.bz2 nng-c9593dfc5796a98b94ef516fce662f2e040acffe.zip | |
Initial swag at notification pipes (not used yet).
Diffstat (limited to 'src/platform/windows/win_net.c')
| -rw-r--r-- | src/platform/windows/win_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/windows/win_net.c b/src/platform/windows/win_net.c index cd5862ff..678ccfb9 100644 --- a/src/platform/windows/win_net.c +++ b/src/platform/windows/win_net.c @@ -84,7 +84,7 @@ nni_plat_wsa_errnos[] = { }; -static int +int nni_winsock_error(int werr) { int i; |
