Move the declaration of bandwidth_rate_rule_to_string

It's natural for the definition of bandwidth_rule_t to be with the functions
that actually care about its values.  Unfortunately, this means declaring
bandwidth_rate_rule_to_string() out of sequence.  Someday we'll just rename
reasons.c to strings.c, and put it at the end of or.h, and this will all be
better.
This commit is contained in:
Nick Mathewson
2010-04-19 16:39:29 -04:00
parent af9dd4af02
commit e3cd535c7c
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -0,0 +1,2 @@
o Minor bugfixes:
- Fix a compilation warning in or.h related to bandwidth_weight_rule_t