]> git.ipfire.org Git - thirdparty/util-linux.git/commit
include: add remove_entry() to env.h
authorSami Kerola <kerolasa@iki.fi>
Sun, 12 Apr 2020 07:53:32 +0000 (08:53 +0100)
committerSami Kerola <kerolasa@iki.fi>
Mon, 13 Apr 2020 11:14:08 +0000 (12:14 +0100)
commited292a08dd8c3b11630d3699488fe9f53426aeb7
treee3108aed3bf97a7606fe0834e431ef72ae5efef7
parent3d6fa8da69f7884dc35d2c701aa67c234f53ce89
include: add remove_entry() to env.h

A function to remove an command-line option argument, or environment
variable.

Requested-by: Karel Zak <kzak@redhat.com>
Reference: https://github.com/karelzak/util-linux/pull/1003#discussion_r403988092
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
include/env.h
lib/env.c
text-utils/more.c