{
fr_assert_msg(parsed->rule->pair.parsed.type == CALL_ENV_PARSE_TYPE_TMPL, "Rule must indicate parsed output is a tmpl_t");
parsed->data.tmpl = tmpl;
-};
+}
/** Assign a value box to a call_env_parsed_t
*
{
fr_assert_msg(parsed->rule->pair.parsed.type == CALL_ENV_PARSE_TYPE_VALUE_BOX, "Rule must indicate parsed output is a value box");
parsed->data.vb = vb;
-};
+}
/** Assign data to a call_env_parsed_t
*
{
fr_assert_msg(parsed->rule->pair.parsed.type == CALL_ENV_PARSE_TYPE_VOID, "Rule must indicate parsed output is a void *");
parsed->data.ptr = data;
-};
+}
/** Assign a count and index to a call_env_parsed_t
*