syntactical fixups - it compiles, but channel handling code requires fixing.

--HG--
extra : convert_revision : 6f8be81d5486f3499fde596d8e86df2630b24442
This commit is contained in:
Matt Johnston
2004-06-01 04:20:12 +00:00
parent 674a607488
commit 40cb39d00c
4 changed files with 24 additions and 23 deletions

View File

@@ -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 {