commit | f07286bb20118d326dd4d0b4099578d03fdf4019 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Sep 22 12:18:05 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Sep 23 08:56:09 2021 +0200 |
tree | 0ebeb8b6d0b821488844988854c9b2f672f0fc4e | |
parent | a0a498bfc8add85b445b77163d3a04cc3ce3965b [diff] |
validation MAINTENANCE enum forward declaration
diff --git a/src/validation.h b/src/validation.h index 4ecefb5..704d4b3 100644 --- a/src/validation.h +++ b/src/validation.h
@@ -17,6 +17,7 @@ #include <stdint.h> +#include "diff.h" #include "log.h" struct ly_ctx; @@ -25,8 +26,6 @@ struct lys_module; struct lysc_node; -enum lyd_diff_op; - /** * @brief Add information about the node's extensions having their own validation callback into an unres set. *