commit | 2b58cc424f1014ccd8118c387802ca98ca894158 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Feb 12 20:16:26 2009 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Feb 12 20:16:26 2009 +0000 |
tree | af578c40102c71c23a71734cb8173b48f564c537 | |
parent | 5e2ddb41212a0b78ac7a96e101e570cf2d784c51 [diff] |
make string_to_number() static
diff --git a/extensions/ebt_limit.c b/extensions/ebt_limit.c index 5349baa..ee40e5c 100644 --- a/extensions/ebt_limit.c +++ b/extensions/ebt_limit.c
@@ -19,7 +19,7 @@ #define EBT_LIMIT_AVG "3/hour" #define EBT_LIMIT_BURST 5 -int string_to_number(const char *s, unsigned int min, unsigned int max, +static int string_to_number(const char *s, unsigned int min, unsigned int max, unsigned int *ret) { long number;