Whamcloud - gitweb
Align function prototypes for libss's request handler function
[tools/e2fsprogs.git] / lib / ss / listen.c
index 9578c3e..df1311d 100644 (file)
@@ -135,7 +135,7 @@ void ss_abort_subsystem(int sci_idx, int code)
 }
 
 void ss_quit(int argc __SS_ATTR((unused)),
-            const char * const *argv __SS_ATTR((unused)),
+            ss_argv_t argv __SS_ATTR((unused)),
             int sci_idx, pointer infop __SS_ATTR((unused)))
 {
     ss_abort_subsystem(sci_idx, 0);