view src/os/win32/ngx_recv.h @ 346:55e496a8ece3

nginx-0.0.3-2004-06-06-23:49:18 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 06 Jun 2004 19:49:18 +0000
parents d220029ac7f3
children
line wrap: on
line source

#ifndef _NGX_RECV_H_INCLUDED_
#define _NGX_RECV_H_INCLUDED_


#include <errno.h>

#define ngx_recv(fd, buf, size, flags)  recv(fd, buf, size, flags)


#endif /* _NGX_RECV_H_INCLUDED_ */