#ifndef __CONTROLLER_H__ #define __CONTROLLER_H__ int controller_main(const char *modulus_file, unsigned short bindport); #endif