summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 62e489b..f939e33 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -49,6 +49,7 @@ bool is_positive (char *);
49bool is_negative (char *); 49bool is_negative (char *);
50bool is_nonnegative (char *); 50bool is_nonnegative (char *);
51bool is_percentage (char *); 51bool is_percentage (char *);
52bool is_percentage_expression (const char[]);
52 53
53bool is_option (char *); 54bool is_option (char *);
54 55