classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().
authorBen Pfaff <blp@nicira.com>
Fri, 19 Aug 2011 16:39:16 +0000 (09:39 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Sep 2011 18:46:09 +0000 (11:46 -0700)
commit993410fbc742a6beec0841a2be542c4105684e12
tree38ca6e5ab2306a74d95e412561b2b552918bfd23
parent75a75043564dc9b002fffa6c6ad71e0d4d5c892e
classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().

This function will soon be used elsewhere.  As it doesn't inherently have
anything to with the classifier, move it to flow.c.
lib/classifier.c
lib/flow.c
lib/flow.h