summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/session.h b/session.h
index c6d6ef8..60c3422 100644
--- a/session.h
+++ b/session.h
@@ -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);