2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add mctx comment for tostruct.

This commit is contained in:
Mark Andrews
2000-04-28 23:18:01 +00:00
parent 4331ce6a17
commit efd55ce62e

View File

@@ -406,6 +406,10 @@ isc_result_t dns_rdata_tostruct(dns_rdata_t *rdata, void *target,
isc_mem_t *mctx);
/*
* Convert an rdata into its C structure representation.
*
* If 'mctx' is NULL then 'rdata' must persist while 'target' is being used.
*
* If 'mctx' is non NULL then memory will be allocated if required.
*
* Requires:
*