Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Tue Oct 19 02:08:35 2004 UTC | Revision 1.4 by sysadm, Tue Oct 19 17:11:39 2004 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 17 | ||
| 18 | #include "common.h" | #include "common.h" |
| 19 | ||
| //Global definition for sockets | ||
| int socket_server; | ||
| int socket_client; | ||
| char hostaddr_server[50]; | ||
| char hostaddr_client[50]; | ||
| int port_server; | ||
| int port_client; | ||
| 20 | int | int |
| 21 | net_server (const char *hostaddr, unsigned int port) | net_server (const char *hostaddr, unsigned int port) |
| 22 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |