mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Sorted out the first channel init issues.
--HG-- extra : convert_revision : 67676f36b78efac878c11943d78a5de827498d05
This commit is contained in:
@@ -68,16 +68,15 @@ struct ChildPid {
|
||||
};
|
||||
|
||||
|
||||
void newchansess(struct Channel * channel);
|
||||
void chansessionrequest(struct Channel * channel);
|
||||
void closechansess(struct Channel * channel);
|
||||
void svr_chansessinitialise();
|
||||
void send_msg_chansess_exitstatus(struct Channel * channel,
|
||||
struct ChanSess * chansess);
|
||||
void send_msg_chansess_exitsignal(struct Channel * channel,
|
||||
struct ChanSess * chansess);
|
||||
void addnewvar(const char* param, const char* var);
|
||||
|
||||
void svr_chansessinitialise();
|
||||
extern const struct ChanType svrchansess;
|
||||
|
||||
struct SigMap {
|
||||
int signal;
|
||||
|
||||
Reference in New Issue
Block a user