|
From: Bill S. <we...@ri...> - 2000-01-16 04:07:36
|
Should have done it this way in the first place. Now that I want to
export the file and chat session structures, I realized it wasn't a good
idea to put the list_node in the item structure. Plus it also got rid of
the strlist code.
1999-01-15 Bill Soudan <so...@kd...>
Reworked list routines so list_node's don't need to be
inside item structures. Note this made the strlist code
unnecessary - strlist code was replaced with generic list
commands.
* icqlib/Makefile.am: strlist.c, strlist.h removed
* chatsession.c, chatsession.h, contacts.c, contacts.h,
filesession.c, filesession.h, icqlib.c, icqpacket.c, icqpacket.h,
list.c, list.h, queue.c, queue.h, tcp.c, tcplink.c, tcplink.h,
udphandle.c: reworked list code, removed strlist code
* strlist.c, strlist.h: removed
|