]> git.cworth.org Git - ttt/commit
2005-11-07 Carl Worth <cworth@cworth.org>
authorCarl Worth <carl@theworths.org>
Tue, 8 Nov 2005 00:44:57 +0000 (00:44 +0000)
committerCarl Worth <carl@theworths.org>
Tue, 8 Nov 2005 00:44:57 +0000 (00:44 +0000)
commit80c3009d01077a141a0803267a1f0aff217ed61c
treed94bbd08057cb25009f9d8375c031eb8d91491db
parentad9f96f734bb560c25ceca4facc85a84f4c3993f
2005-11-07  Carl Worth  <cworth@cworth.org>

        * src/ttt.h: Grab some useful definitions from wdo.h:
        ASSERT_NOT_REACHEED and TTT_PRINTF_FORMAT. Add several needed
        include directives.

        * src/Makefile.am: Rip out not-yet existing ttt-command and
        ttt-error.

        * src/ttt-args.c: (ttt_args_parse): Track name change from
        args_help to ttt_args_help.

        * src/ttt.c: Remove in favor of ttt-server.c and ttt-client.c.

        * src/x.h: Add prototype for xfwrite.
ChangeLog
src/Makefile.am
src/ttt-args.c
src/ttt-client.c [new file with mode: 0644]
src/ttt-server.c [new file with mode: 0644]
src/ttt.c [deleted file]
src/ttt.h
src/x.h