online.hpp 139 B

12345678
  1. #ifndef __ONLINE_HPP__
  2. #define __ONLINE_HPP__
  3. #include "mpcio.hpp"
  4. void online_main(MPCIO &mpcio, int num_threads, char **args);
  5. #endif