--- libaitrpc/src/cli.c 2012/05/16 13:17:51 1.9.2.4 +++ libaitrpc/src/cli.c 2012/05/16 14:08:52 1.9.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.9.2.4 2012/05/16 13:17:51 misho Exp $ +* $Id: cli.c,v 1.9.2.5 2012/05/16 14:08:52 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -134,14 +134,12 @@ rpc_cli_closeBLOBClient(rpc_cli_t ** __restrict cli) * @ProgID = ProgramID for RPC session request * @ProcID = ProcessID for RPC session request * @netBuf = Network buffer length, if =0 == BUFSIZ (also meaning max RPC packet) - * @family = Family socket type, AF_INET or AF_INET6 * @csHost = Host name or IP address for bind server * @Port = Port for bind server, if Port == 0 default port is selected * return: NULL == error or !=NULL connection to RPC server established */ rpc_cli_t * -rpc_cli_openClient(u_int ProgID, u_char ProcID, int netBuf, - u_short family, const char *csHost, u_short Port) +rpc_cli_openClient(u_int ProgID, u_char ProcID, int netBuf, const char *csHost, u_short Port) { rpc_cli_t *cli = NULL; io_sockaddr_t sa;