preproc.hpp 264 B

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