aboutsummaryrefslogblamecommitdiffstats
path: root/libcontacts_birthday_destroy.3
blob: d9ba628102bbbc00549be459ae1704e3654b8fa2 (plain) (tree)

































                                                                              
.TH LIBCONTACTS_BIRTHDAY_DESTROY 3 LIBCONTACTS
.SH NAME
libcontacts_birthday_destroy \- Deallocate memory for a contact birthday entry
.SH SYNOPSIS
.nf
#include <libcontacts.h>

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

.SH DESCRIPTION
The
.BR libcontacts_birthday_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)