yw_word_next

Name

yw_word_next -- retrive next word from list

Synopsis


     #include <yw/packet.h>
   

YwWord *yw_word_next(YwWord *w);

DESCRIPTION

This function is used to walk through list of words (e.g. in packet).

RETURN VALUE

Pointer to next word, or NULL when there is no next word or w is NULL.

SEE ALSO

yw_word_type (3), yw_packet_word (3),

INFO

Generated from: word.c,v 1.3 2001/05/05 11:36:18 dobrek Exp.