Use argc and argv passed down
This commit is contained in:
parent
2281bcb6cd
commit
0619031cb6
7 changed files with 13 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "client.h"
|
||||
|
||||
|
||||
int runClient( const std::string& host_address )
|
||||
int runClient(int argc, char* argv[])
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue