use correct data type for an IP port

This commit is contained in:
Jeff Hill
1997-08-04 22:55:42 +00:00
parent 4d6068e62b
commit 28f9bcce32

View File

@@ -14,14 +14,14 @@ void caPrintAddrList(ELLLIST *pList);
void caDiscoverInterfaces(
ELLLIST *pList,
SOCKET socket,
int port,
unsigned short port,
struct in_addr matchAddr);
void caAddConfiguredAddr(
ELLLIST *pList,
const ENV_PARAM *pEnv,
SOCKET socket,
int port);
unsigned short port);
int local_addr(SOCKET socket, struct sockaddr_in *plcladdr);
unsigned short caFetchPortConfig(const ENV_PARAM *pEnv,