8 lines
No EOL
127 B
C++
8 lines
No EOL
127 B
C++
#ifndef _TTRTS_CLIENT_H_
|
|
#define _TTRTS_CLIENT_H_
|
|
|
|
#include <string>
|
|
|
|
int runClient( const std::string& host_address );
|
|
|
|
#endif |