VgaGames 3 - Network man-pages

[.. upper level ..]

VG3_nw_open()

Return an initialized network structure.
SYNTAX
struct vg3_nwclient * VG3_nw_open(struct vg3_window *wstruct)

FUNCTION PARAMETERS
wstruct Window-struct

RETURN VALUE
Returns a pointer to the created network structure.

DESCRIPTION
Create and initialize a network structure and return it.

SEE ALSO
VG3_nw_connect() VG3_nw_close()