]> code.citadel.org Git - citadel.git/commit
Converted send_message() to accept a memory buffer rather than the name of
authorArt Cancro <ajc@citadel.org>
Mon, 27 Jul 1998 03:32:55 +0000 (03:32 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 27 Jul 1998 03:32:55 +0000 (03:32 +0000)
commitd45eaee90ea398d71cfb371b97f96bf8ada7cd9c
tree25592bec07c8820b9de4c35df3a05c3c98f0da9b
parent427b968706c3aea7c33254797979ed7f6673885b
Converted send_message() to accept a memory buffer rather than the name of
a temporary file.  The temporary file is still there, however -- the buffer
read is now done in save_message() instead.  But we're one step closer to
removing the temporary file.  Now we have to convert save_message() (not a
big deal) and all of its callers (somewhat more involved).
citadel/msgbase.c