From: Daniel Salzman Date: Mon, 11 Jan 2021 20:07:53 +0000 (+0100) Subject: zone_update: update description of zone_update_from_differences() X-Git-Tag: v3.1.0~264^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a4490cd2d28a890001ff3e46fbe20eaa2d1a3f0;p=thirdparty%2Fknot-dns.git zone_update: update description of zone_update_from_differences() --- diff --git a/src/knot/updates/zone-update.h b/src/knot/updates/zone-update.h index 414a5b9757..d348f7ed24 100644 --- a/src/knot/updates/zone-update.h +++ b/src/knot/updates/zone-update.h @@ -81,7 +81,7 @@ int zone_update_init(zone_update_t *update, zone_t *zone, zone_update_flags_t fl * \param zone Init with this zone. * \param old_cont The current zone contents the diff will be against. Probably zone->contents. * \param new_cont New zone contents. Will be taken over (and later freed) by zone update. - * \param flags Flags for update. Must be UPDATE_INCREMENTAL. + * \param flags Flags for update. Must be UPDATE_INCREMENTAL or UPDATE_HYBRID. * * \return KNOT_E* */