version 1.87, 2024/04/27 03:13:56
|
version 1.88, 2024/06/12 23:35:04
|
Line 2478 ENDPATCH
|
Line 2478 ENDPATCH
|
< check_fails() |
< check_fails() |
--- |
--- |
> int check_fails() |
> int check_fails() |
589c591 |
589c591 |
< log_failure() |
< log_failure() |
--- |
--- |
> void log_failure() |
> void log_failure() |
629c631 |
629c631 |
< snooze(int seconds) |
< snooze(int seconds) |
--- |
--- |
> void snooze(int seconds) |
> void snooze(int seconds) |
653c655 |
653c655 |
< main(int argc, char **argv) |
< main(int argc, char **argv) |
--- |
--- |
> int main(int argc, char **argv) |
> int main(int argc, char **argv) |
ENDPATCH |
ENDPATCH |
|
|