From 9e17dab6c3e4b4e7142f3ea5b2a60fcd488dc709 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Thu, 7 Aug 2003 11:51:12 +0000 Subject: 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 --- plugins/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/utils.h') 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); char *clean_revstring (const char *revstring); void print_revision (const char *, const char *); void die (int result, const char *fmt, ...); -void terminate (int result, const char *msg, ...); /* Handle timeouts */ -- cgit v1.2.3