diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-15 14:04:55 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-15 14:04:55 +0000 |
commit | 12929e8cf09bf16ad59e04eaa20f31282bd58e30 (patch) | |
tree | bec557b58d2251467eddfc6eede4b7667f57b387 /session.h | |
parent | 7ac24b10b9967e396d5c97395eb70084e1697947 (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.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); |