comparison session.h @ 971:763979a9c1f1 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 19 Aug 2014 23:36:46 +0800
parents 0bb16232e7c4
children 73ea0dce9a57 aac0095dc3b4 deed0571cacc
comparison
equal deleted inserted replaced
964:67ff2be856ff 971:763979a9c1f1
45 void common_session_init(int sock_in, int sock_out); 45 void common_session_init(int sock_in, int sock_out);
46 void session_loop(void(*loophandler)()); 46 void session_loop(void(*loophandler)());
47 void session_cleanup(); 47 void session_cleanup();
48 void send_session_identification(); 48 void send_session_identification();
49 void send_msg_ignore(); 49 void send_msg_ignore();
50 void ignore_recv_response();
50 51
51 void update_channel_prio(); 52 void update_channel_prio();
52 53
53 const char* get_user_shell(); 54 const char* get_user_shell();
54 void fill_passwd(const char* username); 55 void fill_passwd(const char* username);