diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-07 11:51:12 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-07 11:51:12 +0000 |
| commit | 9e17dab6c3e4b4e7142f3ea5b2a60fcd488dc709 (patch) | |
| tree | cb5831f4c018edc441686b2fe7715eb91de4ffee /plugins/utils.h | |
| parent | 7f1bb2a782a008b55b0ef657ec01d7fbdb637fd4 (diff) | |
| download | monitoring-plugins-9e17dab6c3e4b4e7142f3ea5b2a60fcd488dc709.tar.gz | |
replace "terminate" with "die" for shorter name and better readability
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@656 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
| -rw-r--r-- | plugins/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 83793e46..f36834f9 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
| @@ -17,7 +17,6 @@ void support (void); | |||
| 17 | char *clean_revstring (const char *revstring); | 17 | char *clean_revstring (const char *revstring); |
| 18 | void print_revision (const char *, const char *); | 18 | void print_revision (const char *, const char *); |
| 19 | void die (int result, const char *fmt, ...); | 19 | void die (int result, const char *fmt, ...); |
| 20 | void terminate (int result, const char *msg, ...); | ||
| 21 | 20 | ||
| 22 | /* Handle timeouts */ | 21 | /* Handle timeouts */ |
| 23 | 22 | ||
