comparison nnchat.c @ 4:b9d792e88ab5

Creator info changed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 01:07:00 +0000
parents 351e96e01f4c
children 526ba3b578d7
comparison
equal deleted inserted replaced
3:07095e801713 4:b9d792e88ab5
617 struct hostent *tmpHost; 617 struct hostent *tmpHost;
618 struct sockaddr_in tmpAddr; 618 struct sockaddr_in tmpAddr;
619 BOOL exitProg = FALSE; 619 BOOL exitProg = FALSE;
620 620
621 /* Initialize */ 621 /* Initialize */
622 th_init("NNChat", "Newbie Nudes chat client", "0.2", NULL, NULL); 622 th_init("NNChat", "Newbie Nudes chat client", "0.3",
623 "Written and designed by MrGrg",
624 "This software is freeware, do as you wish.");
623 th_verbosityLevel = 0; 625 th_verbosityLevel = 0;
624 626
625 /* Parse arguments */ 627 /* Parse arguments */
626 th_args_process(argc, argv, optList, optListN, 628 th_args_process(argc, argv, optList, optListN,
627 argHandleOpt, argHandleFile, FALSE); 629 argHandleOpt, argHandleFile, FALSE);