controller.h 131 B

123456
  1. #ifndef __CONTROLLER_H__
  2. #define __CONTROLLER_H__
  3. int controller_main(const char *modulus_file, unsigned short bindport);
  4. #endif