diff options
Diffstat (limited to '')
| -rw-r--r-- | libcontacts_pgpkey_destroy.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libcontacts_pgpkey_destroy.3 b/libcontacts_pgpkey_destroy.3 index 2e88507..e062b86 100644 --- a/libcontacts_pgpkey_destroy.3 +++ b/libcontacts_pgpkey_destroy.3 @@ -1,11 +1,11 @@ -.TH LIBCONTACTS_PGP_DESTROY 3 LIBCONTACTS +.TH LIBCONTACTS_PGPKEY_DESTROY 3 LIBCONTACTS .SH NAME -libcontacts_pgp_destroy \- Deallocate memory for a contact PGP-key fingerprint entry +libcontacts_pgpkey_destroy \- Deallocate memory for a contact PGP-key fingerprint entry .SH SYNOPSIS .nf #include <libcontacts.h> -int libcontacts_pgp_destroy(struct libcontacts_pgp *\fIentry\fP); +void libcontacts_pgpkey_destroy(struct libcontacts_pgpkey *\fIentry\fP); .fi .PP Link with @@ -13,14 +13,14 @@ Link with .SH DESCRIPTION The -.BR libcontacts_pgp_destroy () +.BR libcontacts_pgpkey_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. +afterwards if it is a freeable pointer. .SH RETURN VALUE None. |
