env: Move envmatch() to env.h
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:46:45 +0000 (09:46 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commitb9ca02c2d554cb46a4579e1382561c529820b494
tree92170560516fc8fb611e854922e396bc6f4cf331
parent3f989e7b0e43402d0a50e19939e4f57374319734
env: Move envmatch() to env.h

Move envmatch() over to the new header file. Also rename it to env_match()
to better line up with other functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
cmd/nvedit.c
examples/api/glue.c
include/common.h
include/env.h