#ifndef __BALTREE_HPP__ #define __BALTREE_HPP__ #include "mpcio.hpp" #include "options.hpp" void baltree (MPCIO &mpcio, const PRACOptions &opts, char **args); #endif