diff options
author | lloyd <[email protected]> | 2014-01-06 23:19:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-06 23:19:10 +0000 |
commit | df4ecdb0ee1ab6c60ea414fc8dab0db13463a794 (patch) | |
tree | 9dc8cdf162f9a1f00bb944378a4a2a7f45eb1d1c /src/apps/tls_client.cpp | |
parent | 9fb5b47de44dfa3e2db45c5eab252c8af06c8de3 (diff) |
Call main fns in apps X_main
Diffstat (limited to 'src/apps/tls_client.cpp')
-rw-r--r-- | src/apps/tls_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/tls_client.cpp b/src/apps/tls_client.cpp index 24c8197f6..7f201d5a9 100644 --- a/src/apps/tls_client.cpp +++ b/src/apps/tls_client.cpp @@ -132,7 +132,7 @@ std::string protocol_chooser(const std::vector<std::string>& protocols) } -int tls_client(int argc, char* argv[]) +int tls_client_main(int argc, char* argv[]) { if(argc != 2 && argc != 3 && argc != 4) { |