Skip to content
Snippets Groups Projects
Commit c90f101c authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Doxygen comment updated.

Refs #1949
parent e0e87cb2
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,8 @@ int zones_xfr_load_changesets(knot_ns_xfr_t *xfr, uint32_t serial_from,
*
* \retval KNOTD_EOK on success.
* \retval KNOTD_EINVAL on invalid arguments.
* \retval KNOTD_ERANGE when new serial is lower than the old one.
* \retval KNOTD_ENODIFF when new zone's serial are equal.
* \retval KNOTD_ERROR when there was error creating changesets.
*/
int zones_create_and_save_changesets(const knot_zone_t *old_zone,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment