Again, just syncronizing. The a function name was changed in the sll
[tprouty/samba.git] / source / ubiqx / ubi_dLinkList.c
index c780bd1df84b6a4675aeaf901989c7a3567eadf8..eb95033c69524f4b8bfb7eaf4fd01ce307867a21 100644 (file)
  *
  * -------------------------------------------------------------------------- **
  *
- * Log: ubi_dLinkList.c,v
+ * Log: ubi_dLinkList.c,v 
+ * Revision 0.11  1999/06/19 16:58:06  crh
+ * Renamed the ubi_slRemove() function in ubi_sLinkList to
+ * ubi_slRemoveNext().  I was bothered by the fact that it didn't
+ * match the functionality of the ubi_dlRemove() function in
+ * ubi_dLinkList.  The new name is more 'correct'.
+ *
  * Revision 0.10  1998/07/24 07:30:20  crh
  * Added the ubi_dlNewList() macro.
  *
@@ -64,7 +70,7 @@
  * This module is similar to the ubi_sLinkList module, but it is neither a
  * descendant type nor an easy drop-in replacement for the latter.  One key
  * difference is that the ubi_dlRemove() function removes the indicated node,
- * while the ubi_slRemove() function (in ubi_sLinkList) removes the node
+ * while the ubi_slRemoveNext() function (in ubi_sLinkList) removes the node
  * *following* the indicated node.
  *
  * ========================================================================== **