]> git.feebdaed.xyz Git - socialize.git/commit
working cli
authorseantywork <seantywork@gmail.com>
Wed, 19 Feb 2025 02:11:02 +0000 (11:11 +0900)
committerseantywork <seantywork@gmail.com>
Wed, 19 Feb 2025 02:11:02 +0000 (11:11 +0900)
commit75e23cd5316106420894803a1c8527647ce07b06
tree8479a679331eb5888beb21412e726bb5ce6b2d04
parent7930c634ac7281af6d26c74932e9c9eb24ecc450
working cli
17 files changed:
Makefile
cmd/cli/main.c
cmd/engine/main.c
include/rat-chat/cli/cli.h [new file with mode: 0644]
include/rat-chat/core.h
include/rat-chat/ctl.h [new file with mode: 0644]
include/rat-chat/front/core.h [deleted file]
include/rat-chat/front/front.h [new file with mode: 0644]
include/rat-chat/sock/core.h [deleted file]
include/rat-chat/sock/sock.h [new file with mode: 0644]
src/cli/cli.c [new file with mode: 0644]
src/core.c [deleted file]
src/ctl.c [new file with mode: 0644]
src/front/front.c [new file with mode: 0644]
src/hubfront/core.c [deleted file]
src/hubsock/core.c [deleted file]
src/sock/sock.c [new file with mode: 0644]