]> git.feebdaed.xyz Git - socialize.git/commit
fix missing return for run cli, change name
authorseantywork <seantywork@gmail.com>
Fri, 21 Feb 2025 04:47:32 +0000 (13:47 +0900)
committerseantywork <seantywork@gmail.com>
Fri, 21 Feb 2025 04:47:32 +0000 (13:47 +0900)
commitb3c9bc8f7a27a7efce2717b784647b40e5651f27
tree2cce149719fa9928abd5a5680612f9132112d9e5
parent7f115f54a7e9dbaf9f67f8daef2bda4379a8da85
fix missing return for run cli, change name
21 files changed:
Makefile
README.md
cmd/cli/main.c
cmd/engine/main.c
include/chat/cli/cli.h [deleted file]
include/chat/core.h [deleted file]
include/chat/ctl.h [deleted file]
include/chat/front/front.h [deleted file]
include/chat/sock/sock.h [deleted file]
include/chat/utils.h [deleted file]
include/socialize/cli/cli.h [new file with mode: 0644]
include/socialize/core.h [new file with mode: 0644]
include/socialize/ctl.h [new file with mode: 0644]
include/socialize/front/front.h [new file with mode: 0644]
include/socialize/sock/sock.h [new file with mode: 0644]
include/socialize/utils.h [new file with mode: 0644]
src/cli/cli.c
src/ctl.c
src/front/front.c
src/sock/sock.c
src/utils.c