Files
2026-01-01 12:27:06 +08:00

23 lines
508 B
Diff

diff --git a/src/udevil.c b/src/udevil.c
index bab80e9..f9e5388 100644
--- a/src/udevil.c
+++ b/src/udevil.c
@@ -4795,7 +4795,7 @@ static int command_info( CommandData* data )
return ret;
}
-void command_monitor_finalize()
+void command_monitor_finalize(int _a)
{
//if (signal == SIGINT || signal == SIGTERM)
//printf( "\nudevil: SIGINT || SIGTERM\n");
@@ -4913,7 +4913,7 @@ finish_:
return 1;
}
-void command_interrupt()
+void command_interrupt(int _a)
{
if ( udev )
{