mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
contextfree -> freecontext
This commit is contained in:
parent
495591bf3a
commit
d2955f8cbf
@ -236,15 +236,13 @@ lwres_contextcreate(lwres_context_t **contextp, void *arg,
|
|||||||
*
|
*
|
||||||
* contextp != NULL && contextp == NULL.
|
* contextp != NULL && contextp == NULL.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
*
|
|
||||||
* Returns:
|
* Returns:
|
||||||
*
|
*
|
||||||
* Returns 0 on success, non-zero on failure.
|
* Returns 0 on success, non-zero on failure.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
lwres_contextfree(lwres_context_t **contextp);
|
lwres_freecontext(lwres_context_t **contextp);
|
||||||
/*
|
/*
|
||||||
* Frees all memory associated with a lwres context.
|
* Frees all memory associated with a lwres context.
|
||||||
*
|
*
|
||||||
|
@ -84,7 +84,7 @@ lwres_contextcreate(lwres_context_t **contextp, void *arg,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
lwres_contextfree(lwres_context_t **contextp)
|
lwres_freecontext(lwres_context_t **contextp)
|
||||||
{
|
{
|
||||||
lwres_context_t *context;
|
lwres_context_t *context;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user