diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-30 22:55:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 22:55:35 +0200 |
commit | 60ecb14b7c1db72c49e3fa6b4338c9365d303451 (patch) | |
tree | f07d0e5446e007b9961ac004fbdf5d861008aef3 /lib/utils_cmd.h | |
parent | bc2d1e4b5ecd5fc9270b8d8a65cbd445b7fb783f (diff) | |
parent | a4c7111f90b00e5060eeebd73b71f67e6e161607 (diff) | |
download | monitoring-plugins-60ecb14.tar.gz |
Merge branch 'master' into autoconf_fix
Diffstat (limited to 'lib/utils_cmd.h')
-rw-r--r-- | lib/utils_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index 1fc2968c..f1b06c82 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h | |||
@@ -33,7 +33,7 @@ void cmd_init (void); | |||
33 | #define CMD_NO_ASSOC 0x02 /* output.line won't point to buf */ | 33 | #define CMD_NO_ASSOC 0x02 /* output.line won't point to buf */ |
34 | 34 | ||
35 | 35 | ||
36 | RETSIGTYPE timeout_alarm_handler (int); | 36 | void timeout_alarm_handler (int); |
37 | 37 | ||
38 | 38 | ||
39 | #endif /* _UTILS_CMD_ */ | 39 | #endif /* _UTILS_CMD_ */ |