aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
blob: dd001f1fad23abdf058cb0638f0d329583659417 (plain)
1
2
3
4
5
6
7
8
/*
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);