diff session.h @ 483:738313e73b1c

- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 15 Sep 2008 14:40:30 +0000
parents 7ad49f34a122
children 6cd2152aae0b d58c478bd399
line wrap: on
line diff
--- a/session.h	Mon Sep 15 14:04:55 2008 +0000
+++ b/session.h	Mon Sep 15 14:40:30 2008 +0000
@@ -48,6 +48,7 @@
 void send_msg_ignore();
 
 const char* get_user_shell();
+void fill_passwd(const char* username);
 
 /* Server */
 void svr_session(int sock, int childpipe, char *remotehost, char *addrstring);