yw_packet_make_v

Name

yw_packet_make_v -- make entire packet at once

Synopsis


     #include <yw/packet.h>
   

YwPacket *yw_packet_make_v(YwPacketType type, va_list ap);

DESCRIPTION

This function is same as yw_packet_make(3) except that it takes arguments vector instead of varargs.

RETURN VALUE

Pointer to freshly created packet is returned, or NULL in case of error (i.e. bad character for given encoding, or sth like that. This functions bombs when there is error in passed arguments).

INFO

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