Subj : CVS commit src/smblib/smbadd.c smbhash.c smblib.c smblib.h To : All From : rswindell Date : Sun Oct 02 2005 04:28 pm src/smblib smbadd.c 1.16 1.17 smbhash.c 1.14 1.15 smblib.c 1.134 1.135 smblib.h 1.62 1.63 Update of /cvsroot/sbbs/src/smblib In directory cvs.synchro.net:/tmp/cvs-serv3675 Modified Files: smbadd.c smbhash.c smblib.c smblib.h Log Message: Created smb_updatemsg() - used to safely update the header and index records of a message. smb_putmsg() now calls smb_init_idx() automatically to initialize or re-synchronize the index fields with the header fields - no longer need to call smb_init_idx() from smb_addmsg() and other places (e.g. fixsmb). Moved smb_init_idx() from smbhash.c to smblib.c. .