Archived
1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
bastion/src/session.h

11 lines
155 B
C
Raw Normal View History

#ifndef _SESSION_H_
#define _SESSION_H_
#include <libssh/libssh.h>
#include "util.h"
void handle_session(ssh_event event, ssh_session session);
#endif