diff 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
line wrap: on
line diff
--- a/session.h	Tue Jun 01 02:46:09 2004 +0000
+++ b/session.h	Tue Jun 01 04:20:12 2004 +0000
@@ -48,6 +48,9 @@
 /* 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 {