Mercurial > cabal
comparison sources/headers/network.hpp @ 6:9be05a31b7f9
Enqlave IRC Network => Vaygr IRC Network
-Os optimizations by default
temporary functions' arguments rename
*char => NULL
bool => true|false
renamed some global vars, removed debug info
| author | Vlad Glagolev <enqlave@gmail.com> |
|---|---|
| date | Sun, 27 Jan 2008 17:23:14 +0300 |
| parents | 0faceb076254 |
| children | 8d54d9fdeca3 |
comparison
equal
deleted
inserted
replaced
| 5:0faceb076254 | 6:9be05a31b7f9 |
|---|---|
| 45 | 45 |
| 46 bool closeSocket(); | 46 bool closeSocket(); |
| 47 | 47 |
| 48 bool openHost(); | 48 bool openHost(); |
| 49 bool resolveHost(pchar, address_type *, int inet = 0); | 49 bool resolveHost(pchar, address_type *, int inet = 0); |
| 50 bool activateTCP(int, pchar host = 0); | 50 bool activateTCP(int, pchar host = NULL); |
| 51 | 51 |
| 52 int canRead(int); | 52 int canRead(int); |
| 53 int canWrite(int); | 53 int canWrite(int); |
| 54 | 54 |
| 55 fd_set rs, ws; | 55 fd_set rs, ws; |
