Beginning to add POSIX socketing
This commit is contained in:
parent
7e33f321bb
commit
c1d864589c
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ private:
|
|||
SOCKET mainSocket = INVALID_SOCKET;
|
||||
|
||||
public:
|
||||
int pInit();
|
||||
int pBind();
|
||||
int pListen();
|
||||
|
||||
int winInit();
|
||||
int winBind();
|
||||
int winListen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue