Whamcloud - gitweb
libss: fix function delcaration in the test_ss regression test
authorTheodore Ts'o <tytso@mit.edu>
Wed, 24 Apr 2024 04:13:02 +0000 (00:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 24 Apr 2024 04:13:02 +0000 (00:13 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ss/test_ss.c

index a382673..1258000 100644 (file)
@@ -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)))
 {