cp_client_destroy(3) - Linux man page

Name

cp_client_destroy - deallocate a tcp client structure

Synopsis

#include <cprops/client.h>

void cp_client_destroy(cp_client *client);

Description

cp_client_destroy deallocates the memory associated with a cp_client structure.

Referenced By

cp_client(3), cp_client_create(3)