Name
yw_packet_free -- release packet and associated resources
Synopsis
void yw_packet_free
(YwPacket *pkt);
DESCRIPTION
This function releases all memory occupied by packet pkt and
its words. All values retrived using yw_packet_word(3),
yw_packet_fetch_string(3), yw_packet_fetch_keyword(3),
etc. from this very packet are from nowon invalid.
INFO
Generated from: packet.c,v 1.10 2001/05/21 09:58:51 malekith Exp.