Commit d0829892 authored by Martin Pool's avatar Martin Pool

Doc start_socket_client

parent fdf88d75
......@@ -46,6 +46,7 @@ extern int sanitize_paths;
* get a listing of remote modules and exit.
*
* @return -1 for error in startup, or the result of client_run().
* Either way, it eventually gets passed to exit_cleanup().
**/
int start_socket_client(char *host, char *path, int argc, char *argv[])
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment