SilverMUD/source
Barra Ó Catháin 80dce61058 Renamed Node to ListNode
* source/server/lists.c (appendToList): String replaced Node with ListNode.
(deleteNodeFromList): String replaced Node with ListNode.
(deleteListNodeFromList): String replaced Node with ListNode.
(indexOfFromList): String replaced Node with ListNode.
(getFirstFromList): String replaced Node with ListNode.
(isInList): String replaced Node with ListNode.
(isPointerInList): String replaced Node with ListNode.
* source/server/lists.h: String replaced Node with ListNode.
2024-04-14 23:47:03 +01:00
..
client Close client if connection breaks. 2024-03-19 23:28:12 +00:00
server Renamed Node to ListNode 2024-04-14 23:47:03 +01:00
tests Added testing harness and test for lists 2024-04-14 23:17:29 +01:00
messages.c Modify server and client to begin using ClientToServer messages. 2023-08-26 00:48:28 +01:00
messages.h Modify server and client to begin using ClientToServer messages. 2023-08-26 00:48:28 +01:00