node.hpp 162 B

12345678910
  1. #ifndef __NODE_HPP__
  2. #define __NODE_HPP__
  3. #include "mpcio.hpp"
  4. #include "options.hpp"
  5. void bst(MPCIO &mpcio,
  6. const PRACOptions &opts, char **args);
  7. #endif