Chromium Code Reviews| Index: net/base/net_util.h |
| =================================================================== |
| --- net/base/net_util.h (revision 5145) |
| +++ net/base/net_util.h (working copy) |
| @@ -131,6 +131,9 @@ |
| // restricted. |
| bool IsPortAllowedByFtp(int port); |
| +// Set socket to non-blocking mode |
| +int SetNonBlocking(int fd); |
| + |
| } // namespace net |
| #endif // NET_BASE_NET_UTIL_H__ |