]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
util: remove argconfig_parse_val() declaration
authorCaleb Sander Mateos <csander@purestorage.com>
Tue, 16 Jul 2024 15:42:36 +0000 (09:42 -0600)
committerDaniel Wagner <wagi@monom.org>
Wed, 17 Jul 2024 14:57:45 +0000 (16:57 +0200)
commitea53e6ed33b0ada93f2c06d931948f9118095595
treedda3a0f36bae34b4fb373ae2fb45d9283931e8de
parentf02e953a54b52833ad021bd1a979e33ddcfac399
util: remove argconfig_parse_val() declaration

argconfig_parse_val() is defined before it is used,
so there is no need to pre-declare it.

Signed-off-by: Caleb Sander Mateos <csander@purestorage.com>
util/argconfig.c