Mercurial > dropbear
comparison session.h @ 1070:16379795f80b pam
Fix merge again. ses.loop_handler is required for PAM
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 16 Mar 2015 22:10:30 +0800 |
parents | 2fa71c3b2827 |
children | 696205e3dc99 |
comparison
equal
deleted
inserted
replaced
1069:2fa71c3b2827 | 1070:16379795f80b |
---|---|
42 | 42 |
43 extern int sessinitdone; /* Is set to 0 somewhere */ | 43 extern int sessinitdone; /* Is set to 0 somewhere */ |
44 extern int exitflag; | 44 extern int exitflag; |
45 | 45 |
46 void common_session_init(int sock_in, int sock_out); | 46 void common_session_init(int sock_in, int sock_out); |
47 void session_loop(void(*loophandler)()) ATTRIB_NORETURN; | 47 void session_loop() ATTRIB_NORETURN; |
48 void session_cleanup(); | 48 void session_cleanup(); |
49 void send_session_identification(); | 49 void send_session_identification(); |
50 void send_msg_ignore(); | 50 void send_msg_ignore(); |
51 void ignore_recv_response(); | 51 void ignore_recv_response(); |
52 | 52 |