Subj : CVS commit src/xpdev/link_list.c link_list.h msg_queue.c To : All From : rswindell Date : Wed Nov 17 2004 04:59 pm src/xpdev link_list.c 1.24 1.25 link_list.h 1.15 1.16 msg_queue.c 1.8 1.9 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv20354 Modified Files: link_list.c link_list.h msg_queue.c Log Message: Elimianted LINK_LIST_DONT_FREE flag (now unnecessary) listRemoveNode() now accepts BOOL free_data argument to specify whether or not to free the node's data pointer (list and node flags not used in determination) Renamed listPopFirstNode() macro to listShiftNode(). listPopNode() and listShiftNode() macros now never free the node data pointer. .