]> code.citadel.org Git - citadel.git/commit
* Changed the return interface for CxMiExpRecv(). It now returns a more
authorBrian <brian@uncensored.citadel.org>
Tue, 13 Mar 2001 22:45:53 +0000 (22:45 +0000)
committerBrian <brian@uncensored.citadel.org>
Tue, 13 Mar 2001 22:45:53 +0000 (22:45 +0000)
commitf41c598918cbd779bc06ac02db7ec2f82bf2eb35
tree972c16659326bafa53408989958e129861df5e94
parent99e21ff8606c571a17c47018c625a180b6e96f40
* Changed the return interface for CxMiExpRecv().  It now returns a more
intelligible struct representing an atomic Express Message.  UNfortunately,
this requires the user to free 2 things (object, object->message) as opposed
to one (object)...  C'est la vie...
libCxClient/ChangeLog
libCxClient/src/CxClient.h
libCxClient/src/misc.c