X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FElemEchoTCPClient.c;h=942b21a203ce683f7182f9dcdecc75ed8446805e;hb=5e54ad63881cd5bd7c71395d073127e41f1b68d6;hp=3529cd792203a3d5348bab470a79f6c50cd4926c;hpb=730b0bb045c1794c4f4675605dc106b756e82d69;p=gapil.git 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; }