online.hpp 170 B

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