summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index e95e2351..33106d24 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -118,5 +118,5 @@ struct ssh_session_struct {
};
int ssh_handle_packets(ssh_session session);
-
+void ssh_global_request_handle(ssh_session session);
#endif /* SESSION_H_ */