Mercurial > dropbear
comparison session.h @ 5:bc6477a6c393
syntactical fixups - it compiles, but channel handling code requires fixing.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Jun 2004 04:20:12 +0000 |
parents | fe6bca95afa7 |
children | ab00ef513e97 |
comparison
equal
deleted
inserted
replaced
4:fe6bca95afa7 | 5:bc6477a6c393 |
---|---|
46 extern void(*session_remoteclosed)(); | 46 extern void(*session_remoteclosed)(); |
47 | 47 |
48 /* Server */ | 48 /* Server */ |
49 void svr_session(int sock, runopts *opts, int childpipe, | 49 void svr_session(int sock, runopts *opts, int childpipe, |
50 struct sockaddr *remoteaddr); | 50 struct sockaddr *remoteaddr); |
51 void svr_dropbear_exit(int exitcode, const char* format, va_list param); | |
52 void svr_dropbear_log(int priority, const char* format, va_list param); | |
53 | |
51 | 54 |
52 struct key_context { | 55 struct key_context { |
53 | 56 |
54 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */ | 57 const struct dropbear_cipher *recv_algo_crypt; /* NULL for none */ |
55 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */ | 58 const struct dropbear_cipher *trans_algo_crypt; /* NULL for none */ |