controller-legacy/include/helper.h

8 lines
142 B
C
Raw Normal View History

2020-02-23 00:13:27 +00:00
#ifndef CONTROLLER_HELPER_H
#define CONTROLLER_HELPER_H
int
helper_connect_server(char* host, char* port);
#endif /* CONTROLLER_HELPER_H */