yin parser CHANGE add support for notification element
diff --git a/src/parser_yin.h b/src/parser_yin.h
index 2fcae20..e21dd55 100644
--- a/src/parser_yin.h
+++ b/src/parser_yin.h
@@ -115,6 +115,11 @@
     struct lysp_include **includes; /**< [Sized array](@ref sizedarrays) of parsed includes to add to */
 };
 
+struct notif_meta {
+    struct lysp_node *parent;         /**< parent node */
+    struct lysp_notif **notifs; /**< [Sized array](@ref sizedarrays) of notifications to add to */
+};
+
 /**
  * @brief Match argument name.
  *