The project "Citadel server, clients, utilities":
The branch, master has been updated
via 07ab4830ef2088ce5e82c35069fc6eb4a4a95bbf (commit)
from 2221939c3a511e2d77a65bf80bbffbf428a33720 (commit)
- Log -----------------------------------------------------------------
commit 07ab4830ef2088ce5e82c35069fc6eb4a4a95bbf
Author: Art Cancro <[email protected]>
Date: Fri Oct 18 13:41:49 2024 -0400
moved who_is_online and companions to user_functions.c
citadel.c was once the entire Citadel program and it's still too big
-----------------------------------------------------------------------
Summary of changes:
textclient/citadel.c | 232 -------------------------------------------
textclient/textclient.h | 1 +
textclient/user_functions.c | 234 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 235 insertions(+), 232 deletions(-)
--
Citadel server, clients, utilities