From d19edd4043c498626fe68308005947975ef0a697 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Wed, 1 Dec 2004 23:54:51 +0000 Subject: standardize localization string standardize unknow arguments git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/utils.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/utils.c') diff --git a/plugins/utils.c b/plugins/utils.c index bb380301..460ff824 100644 --- a/plugins/utils.c +++ b/plugins/utils.c @@ -315,9 +315,6 @@ strip (char *buffer) } - - - /****************************************************************************** * * Copies one string to another. Any previously existing data in @@ -343,8 +340,6 @@ strscpy (char *dest, const char *src) - - /****************************************************************************** * * Returns a pointer to the next line of a multiline string buffer @@ -414,9 +409,6 @@ strnl (char *str) } - - - /****************************************************************************** * * Like strscpy, except only the portion of the source string up to @@ -456,8 +448,6 @@ strpcpy (char *dest, const char *src, const char *str) - - /****************************************************************************** * * Like strscat, except only the portion of the source string up to @@ -499,8 +489,6 @@ strpcat (char *dest, const char *src, const char *str) } - - /****************************************************************************** * * Print perfdata in a standard format -- cgit v1.2.3