Tom Rini d972192520 env: Move env_set() out of cmd/nvedit.c and in to env/common.c
Inside of env/common.c we already have our helper env_set_xxx functions,
and even have a comment that explains why env_set() itself wasn't moved.
We now handle that move. This requires that we rename the previous
_do_env_set() to env_do_env_set() and note it as an internal env
function. Add comments about this function to explain why we do this
when we add the prototype. Add a new function, env_inc_id() to allow for
the counter to be updated by both commands and callers, and document
this as well by the prototype.

Signed-off-by: Tom Rini <trini@konsulko.com>
2023-11-07 14:48:19 -05:00
..
2022-07-08 09:05:47 -04:00
2022-07-08 09:05:47 -04:00
2022-08-04 16:18:47 -04:00
2023-10-11 13:22:32 -04:00
2023-02-07 14:33:48 -05:00
2022-06-28 17:11:48 -04:00
2021-10-31 12:26:44 -06:00
2022-08-04 16:18:47 -04:00