#ifndef __ONLINE_HPP__ #define __ONLINE_HPP__ #include "mpcio.hpp" void online_main(MPCIO &mpcio, int num_threads, char **args); #endif