mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-21 21:38:50 +01:00
9 lines
211 B
C
9 lines
211 B
C
|
/*
|
||
|
This file is distributed in public domain. You can do whatever you want
|
||
|
with its content.
|
||
|
*/
|
||
|
#include <libssh/libssh.h>
|
||
|
int authenticate (SSH_SESSION *session);
|
||
|
SSH_OPTIONS *set_opts(int argc, char **argv);
|
||
|
|