The project "Citadel server, clients, utilities":

    The branch, master has been updated
       via  90ca0a4a536552d82eed6a2445865689ea1bf73e (commit)
      from  6e8e1d6e61c59ec22d2a86e4f0317441a4c6072d (commit)


- Log -----------------------------------------------------------------
commit 90ca0a4a536552d82eed6a2445865689ea1bf73e
Author: Art Cancro <[email protected]>
Date:   Mon Aug 25 08:15:48 2025 -0700

Anonymized structs when they are typedef'ed.

For example, where you have:
typedef struct __foo {
int bar;
int baz;
} foo;

The __foo is totally unnecessary and simply clutters the space.
This commit anonymizes many of those, and this effort will continue.

-----------------------------------------------------------------------

Summary of changes:
 citadel/server/control.c                         | 2 +-
 citadel/server/modules/ctdlproto/serv_messages.c | 2 +-
 citadel/server/modules/imap/imap_list.c          | 4 ++--
 citadel/server/modules/imap/serv_imap.c          | 2 +-
 citadel/server/modules/imap/serv_imap.h          | 6 +++---
 citadel/server/modules/nntp/serv_nntp.h          | 2 +-
 citadel/server/modules/xmpp/serv_xmpp.h          | 2 +-
 textclient/citadel_ipc.c                         | 2 +-
 textclient/textclient.h                          | 2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

-- 
Citadel server, clients, utilities

Reply via email to