summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-09-15 14:04:55 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-09-15 14:04:55 +0000
commit12929e8cf09bf16ad59e04eaa20f31282bd58e30 (patch)
treebec557b58d2251467eddfc6eede4b7667f57b387 /session.h
parent7ac24b10b9967e396d5c97395eb70084e1697947 (diff)
- Add run_shell_command() function to run a "sh -c" command, handling
lots of the work that exechild did (and can be shared by client -J option) --HG-- extra : convert_revision : a15dfd8017af8212b3b227f18ce2539dd471f7f6
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);