usbredirparserfuzz: Move all static functions into anonymous namespace
In C++ anonymous namespaces make symbols unique to a particular translation unit, thus removing the need for the "static" specifier on functions and variables.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
In C++ anonymous namespaces make symbols unique to a particular translation unit, thus removing the need for the "static" specifier on functions and variables.