Mercurial > dnsbl
diff src/context.cpp @ 74:b7449114ebb0
start coding on new config syntax
author | carl |
---|---|
date | Sun, 10 Jul 2005 14:19:00 -0700 |
parents | 2b369f7db7bf |
children | 1142e46be550 |
line wrap: on
line diff
--- a/src/context.cpp Sun Jul 10 13:28:33 2005 -0700 +++ b/src/context.cpp Sun Jul 10 14:19:00 2005 -0700 @@ -324,7 +324,7 @@ //////////////////////////////////////////////// // helper to discard the strings held by a string_set // -static void discard(string_set &s) { +void discard(string_set &s) { for (string_set::iterator i=s.begin(); i!=s.end(); i++) { free(*i); }