Changeset 2085 for Whitix/branches/netchannel/user/sdk/include/net/socket.h
- Timestamp:
- 05/20/10 16:05:25 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/netchannel/user/sdk/include/net/socket.h
r2084 r2085 52 52 } 53 53 54 static inline void SocketFree(Socket* socket) 55 { 56 free(socket); 57 } 58 54 59 /* General functions. */ 55 60 int SocketCreate(Socket* socket, int domain, int type, int protocol);
