diff options
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index f15a7b1..bb99ee1 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -76,6 +76,7 @@ char *strpcpy (char *, const char *, const char *); | |||
76 | char *strpcat (char *, const char *, const char *); | 76 | char *strpcat (char *, const char *, const char *); |
77 | 77 | ||
78 | int max_state (int a, int b); | 78 | int max_state (int a, int b); |
79 | int max_state_alt (int a, int b); | ||
79 | 80 | ||
80 | void usage (const char *) __attribute__((noreturn)); | 81 | void usage (const char *) __attribute__((noreturn)); |
81 | void usage2(const char *, const char *) __attribute__((noreturn)); | 82 | void usage2(const char *, const char *) __attribute__((noreturn)); |