From: Carl Worth Date: Wed, 9 Nov 2005 13:57:33 +0000 (+0000) Subject: 2005-11-09 Carl Worth X-Git-Url: https://git.cworth.org/git?p=ttt;a=commitdiff_plain;h=49f7f9e3dc198c3593021bff5514f19090a4834c;hp=49f7f9e3dc198c3593021bff5514f19090a4834c 2005-11-09 Carl Worth * src/ttt-args.h: * src/ttt-args.c: (ttt_args_help), (ttt_args_parse): Add support for -h,--host, -p,--port, and --log-file command-line arguments. * src/ttt-server.c: (main): Use host, port, and log-file command-line arguments. * src/ttt-client.c: (main): Track change in signature of ttt_args_parse. * src/x.h: * src/x.c: (xfdopen), (xfreopen): More wrappers. ---