diff options
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 b763b1e..efdbed4 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 | ||