diff options
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ void common_session_cleanup(); void session_identification(); void send_msg_ignore(); +const char* get_user_shell(); /* Server */ void svr_session(int sock, int childpipe, char *remotehost, char *addrstring); |