From: Theodore Ts'o Date: Wed, 24 Apr 2024 04:13:02 +0000 (-0400) Subject: libss: fix function delcaration in the test_ss regression test X-Git-Tag: v1.47.1-rc1~27 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f78f4aa32578715725d333459c88e336934b4f6b;p=tools%2Fe2fsprogs.git libss: fix function delcaration in the test_ss regression test Signed-off-by: Theodore Ts'o --- diff --git a/lib/ss/test_ss.c b/lib/ss/test_ss.c index a382673..1258000 100644 --- a/lib/ss/test_ss.c +++ b/lib/ss/test_ss.c @@ -136,7 +136,7 @@ int main(int argc, char **argv) } -void test_cmd(int argc, const char * const *argv, +void test_cmd(int argc, ss_argv_t argv, int sci_idx __SS_ATTR((unused)), void *infop __SS_ATTR((unused))) {