Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 30 09:19:42 2025 UTC | Revision 1.2 by sysadm, Mon May 5 14:27:57 2025 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #ifndef _NET_SERVER_H_ | #ifndef _NET_SERVER_H_ |
| 19 | #define _NET_SERVER_H_ | #define _NET_SERVER_H_ |
| 20 | ||
| 21 | extern int net_server(const char *hostaddr, unsigned int port); | #include <netinet/in.h> |
| 22 | ||
| 23 | extern int net_server(const char *hostaddr, in_port_t port); | |
| 24 | ||
| 25 | #endif //_NET_SERVER_H_ | #endif //_NET_SERVER_H_ |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |