diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-09 06:01:03 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-09 06:01:03 +0000 |
| commit | a228492c4bea15a3e6e7bdbfd6631611c97fe92c (patch) | |
| tree | 0d21d5c54a2ab5ec3f4171fab668d390ea09bbaa /plugins/utils.h | |
| parent | 024751bac56791b7ae5347404274046e8ba58ccb (diff) | |
| download | monitoring-plugins-a228492c4bea15a3e6e7bdbfd6631611c97fe92c.tar.gz | |
more pedantic compiler warns
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@672 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
| -rw-r--r-- | plugins/utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index b763b1e2..efdbed41 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
| @@ -71,9 +71,9 @@ char *strpcat (char *dest, const char *src, const char *str); | |||
| 71 | 71 | ||
| 72 | int max_state (int a, int b); | 72 | int max_state (int a, int b); |
| 73 | 73 | ||
| 74 | void usage (char *msg) __attribute__((noreturn)); | 74 | void usage (const char *msg) __attribute__((noreturn)); |
| 75 | void usage2(char *msg, char *arg) __attribute__((noreturn)); | 75 | void usage2(const char *msg, const char *arg) __attribute__((noreturn)); |
| 76 | void usage3(char *msg, int arg) __attribute__((noreturn)); | 76 | void usage3(const char *msg, int arg) __attribute__((noreturn)); |
| 77 | 77 | ||
| 78 | const char *state_text (int result); | 78 | const char *state_text (int result); |
| 79 | 79 | ||
