preproc.hpp 208 B

123456789
  1. #ifndef __PREPROC_HPP__
  2. #define __PREPROC_HPP__
  3. #include "mpcio.hpp"
  4. void preprocessing_comp(MPCIO &mpcio, int num_threads, char **args);
  5. void preprocessing_server(MPCServerIO &mpcio, char **args);
  6. #endif