Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Mon Oct 18 11:34:15 2004 UTC | Revision 1.5 by sysadm, Tue Oct 19 02:08:35 2004 UTC | |
|---|---|---|
| # | Line 22 | Line 22 |
| 22 | #include <sys/types.h> | #include <sys/types.h> |
| 23 | #include <sys/stat.h> | #include <sys/stat.h> |
| 24 | #include <sys/socket.h> | #include <sys/socket.h> |
| 25 | #include <netinet/in.h> | |
| 26 | #include <netdb.h> | |
| 27 | ||
| 28 | ||
| 29 | extern char app_home_dir[256]; | extern char app_home_dir[256]; |
| 30 | extern int socket_server; | |
| 31 | extern int socket_client; | |
| 32 | extern char hostaddr_server[50]; | |
| 33 | extern char hostaddr_client[50]; | |
| 34 | extern int port_server; | |
| 35 | extern int port_client; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |