view src/os/win32/ngx_recv.h @ 3:34a521b1a148

nginx-0.0.1-2002-08-20-18:48:28 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 Aug 2002 14:48:28 +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_ */