X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=cb41a762ee70dd3e330a05b6d8bbe7116af74792;hp=2f3df5a78fd014e40ef5e451db4cb0d5a80cfb40;hb=8104c8f70605ee24230e5988d7bf68e3fce7465a;hpb=28cb45a5725e9c6054d7048a9bf969b9f2c94d64 diff --git a/src/command_server.hxx b/src/command_server.hxx index 2f3df5a..cb41a76 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -37,7 +37,7 @@ class command_server void handle(long long usec_timeout=-1); - void new_connection_callback(server_connection* conn); + void send_hello(unsigned int conn_id); }; }