diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-01 23:54:51 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-01 23:54:51 (GMT) |
commit | d19edd4043c498626fe68308005947975ef0a697 (patch) | |
tree | 7a213ee16f9331e928b1c32aa6c521c05519db58 /plugins/utils.c | |
parent | 1d8128e328f714258b7fec0c62245e1d187e0439 (diff) | |
download | monitoring-plugins-d19edd4043c498626fe68308005947975ef0a697.tar.gz |
standardize localization string
standardize unknow arguments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.c')
-rw-r--r-- | plugins/utils.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index bb38030..460ff82 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -315,9 +315,6 @@ strip (char *buffer) | |||
315 | } | 315 | } |
316 | 316 | ||
317 | 317 | ||
318 | |||
319 | |||
320 | |||
321 | /****************************************************************************** | 318 | /****************************************************************************** |
322 | * | 319 | * |
323 | * Copies one string to another. Any previously existing data in | 320 | * Copies one string to another. Any previously existing data in |
@@ -343,8 +340,6 @@ strscpy (char *dest, const char *src) | |||
343 | 340 | ||
344 | 341 | ||
345 | 342 | ||
346 | |||
347 | |||
348 | /****************************************************************************** | 343 | /****************************************************************************** |
349 | * | 344 | * |
350 | * Returns a pointer to the next line of a multiline string buffer | 345 | * Returns a pointer to the next line of a multiline string buffer |
@@ -414,9 +409,6 @@ strnl (char *str) | |||
414 | } | 409 | } |
415 | 410 | ||
416 | 411 | ||
417 | |||
418 | |||
419 | |||
420 | /****************************************************************************** | 412 | /****************************************************************************** |
421 | * | 413 | * |
422 | * Like strscpy, except only the portion of the source string up to | 414 | * 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) | |||
456 | 448 | ||
457 | 449 | ||
458 | 450 | ||
459 | |||
460 | |||
461 | /****************************************************************************** | 451 | /****************************************************************************** |
462 | * | 452 | * |
463 | * Like strscat, except only the portion of the source string up to | 453 | * 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) | |||
499 | } | 489 | } |
500 | 490 | ||
501 | 491 | ||
502 | |||
503 | |||
504 | /****************************************************************************** | 492 | /****************************************************************************** |
505 | * | 493 | * |
506 | * Print perfdata in a standard format | 494 | * Print perfdata in a standard format |