> Just to be clear - What would you prefer? > > 1) The user creates the ssh_message and use newly added function > ssh_message_send(ssh_message msg) > > or > > 2) There would be two functions (say ssh_message_send_debug(const char*) > and ssh_message_send_ignore(const char *))
Hi Martin, The latter is way simpler. I think it should go into session.c and be called ssh_send_debug and ssh_send_ignore. The ssh_message interface is too complicated for a message whose goal is to be ignored :) thanks, Aris
