X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fsrc%2Finclude%2Fcitadel_ipc.h;fp=textclient%2Fsrc%2Finclude%2Fcitadel_ipc.h;h=ab054dd29d63f1695256853d69713ee4bf018934;hb=53b56d10a94cb52a90a23e3d6bf249ace33eb6f0;hp=536c138817a268215b1544bb4038b0aa974b9d03;hpb=a4b29d7b3c043dce44f2c2e014a14961cb6527cf;p=citadel.git diff --git a/textclient/src/include/citadel_ipc.h b/textclient/src/include/citadel_ipc.h index 536c13881..ab054dd29 100644 --- a/textclient/src/include/citadel_ipc.h +++ b/textclient/src/include/citadel_ipc.h @@ -242,8 +242,6 @@ struct ctdlipcmessage { char author[SIZ]; /* Sender of message */ char recipient[SIZ]; /* Recipient of message */ char room[SIZ]; /* Originating room */ - char node[SIZ]; /* Short nodename of origin system */ - char hnod[SIZ]; /* Humannode of origin system */ struct parts *attachments; /* Available attachments */ char *text; /* Message text */ int type; /* Message type */