dpnode.h 129 B

123456
  1. #ifndef __DPNODE_H__
  2. #define __DPNODE_H__
  3. int dpnode_main(const char *controller_host, unsigned short controller_port);
  4. #endif