X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FElemEchoTCPClient.c;h=942b21a203ce683f7182f9dcdecc75ed8446805e;hp=3529cd792203a3d5348bab470a79f6c50cd4926c;hb=626fee850ef998ab730a6da711494d6a5ace1be5;hpb=730b0bb045c1794c4f4675605dc106b756e82d69 diff --git a/sources/ElemEchoTCPClient.c b/sources/ElemEchoTCPClient.c index 3529cd7..942b21a 100644 --- a/sources/ElemEchoTCPClient.c +++ b/sources/ElemEchoTCPClient.c @@ -26,7 +26,7 @@ * * Usage: echo -h give all info's * - * $Id: ElemEchoTCPClient.c,v 1.5 2003/02/02 20:35:33 piccardi Exp $ + * $Id: ElemEchoTCPClient.c,v 1.8 2003/05/02 09:55:13 piccardi Exp $ * ****************************************************************/ /* @@ -99,7 +99,7 @@ int main(int argc, char *argv[]) return -1; } /* read daytime from server */ - EchoClient(stdin, sock_fd); + ClientEcho(stdin, sock_fd); /* normal exit */ return 0; }