aboutsummaryrefslogblamecommitdiffstats
path: root/libcontacts_site_destroy.3
blob: 5e4a0ac1d0d01b59d68f1cbcf8e4d65f5fce4d90 (plain) (tree)

































                                                                               
.TH LIBCONTACTS_SITE_DESTROY 3 LIBCONTACTS
.SH NAME
libcontacts_site_destroy \- Deallocate memory for a contact Internet site entry
.SH SYNOPSIS
.nf
#include <libcontacts.h>

int libcontacts_site_destroy(struct libcontacts_site *\fIentry\fP);
.fi
.PP
Link with
.IR -lcontacts .

.SH DESCRIPTION
The
.BR libcontacts_site_destroy ()
function deallocates the memory stored in
.IR *entry .
The caller must manually call
.BR free (3)
on the pointer
.I entry
afterwards if it a freeable pointer.

.SH RETURN VALUE
None.

.SH ERRORS
None.

.SH SEE ALSO
.BR libcontacts.h (0),
.BR libcontacts (7),
.BR libcontacts_contact_destroy (3)