mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
syntactical fixups - it compiles, but channel handling code requires fixing.
--HG-- extra : convert_revision : 6f8be81d5486f3499fde596d8e86df2630b24442
This commit is contained in:
@@ -48,6 +48,9 @@ extern void(*session_remoteclosed)();
|
||||
/* Server */
|
||||
void svr_session(int sock, runopts *opts, int childpipe,
|
||||
struct sockaddr *remoteaddr);
|
||||
void svr_dropbear_exit(int exitcode, const char* format, va_list param);
|
||||
void svr_dropbear_log(int priority, const char* format, va_list param);
|
||||
|
||||
|
||||
struct key_context {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user