Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4726 → Rev 4728

/branches/network/uspace/srv/net/include/socket.h
33,7 → 33,7
/** @file
* Socket application program interface (API).
* This is a part of the network application library.
* Based on the linux src/include/linux/socket.h header file and BSD socket interface.
* Based on the BSD socket interface.
*/
 
#ifndef __NET_SOCKET_H__