yw_conn_free

Name

yw_conn_free -- free connection structure

Synopsis


     #include <yw/sock.h>
   

void yw_conn_free(YwConnection *conn);

DESCRIPTION

This function release any resources (memory, sockets, etc.) associated with connection pointed by conn parameter. After that conn pointer is invalid.

INFO

Generated from: sysconn.c,v 1.11 2001/05/11 10:38:05 malekith Exp.