summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h6
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
72int max_state (int a, int b); 72int max_state (int a, int b);
73 73
74void usage (char *msg) __attribute__((noreturn)); 74void usage (const char *msg) __attribute__((noreturn));
75void usage2(char *msg, char *arg) __attribute__((noreturn)); 75void usage2(const char *msg, const char *arg) __attribute__((noreturn));
76void usage3(char *msg, int arg) __attribute__((noreturn)); 76void usage3(const char *msg, int arg) __attribute__((noreturn));
77 77
78const char *state_text (int result); 78const char *state_text (int result);
79 79