yanglint REFACTOR setting of --make-implemented
diff --git a/tools/lint/yl_opt.h b/tools/lint/yl_opt.h
index a1569dd..e0ff7bd 100644
--- a/tools/lint/yl_opt.h
+++ b/tools/lint/yl_opt.h
@@ -206,6 +206,13 @@
int yo_opt_update_data_in_format(const char *arg, struct yl_opt *yo);
/**
+ * @brief Update @p yo according to the --make-implemented parameter.
+ *
+ * @param[in,out] yo yanglint options used to update.
+ */
+void yo_opt_update_make_implemented(struct yl_opt *yo);
+
+/**
* @brief Helper function to prepare argc, argv pair from a command line string.
*
* @param[in] cmdline Complete command line string.