yw_packet_append_void

Name

yw_packet_append_void -- append void word at the end of packet

Synopsis


     #include <yw/packet.h>
   

void yw_packet_append_void(YwPacket *pkt);

DESCRIPTION

This function appends one word of type yw_void_word at the end of packet pkt. Appended word doesn't contain any data, except it's type.

SEE ALSO

yw_packet_append_ptr (3), yw_make_packet (3),

INFO

Generated from: packet.c,v 1.10 2001/05/21 09:58:51 malekith Exp.