Blame tests/tests.h

Packit Service 31306d
/*
Packit Service 31306d
This file is distributed in public domain. You can do whatever you want
Packit Service 31306d
with its content.
Packit Service 31306d
*/
Packit Service 31306d
#include <libssh/libssh.h>
Packit Service 31306d
int authenticate (SSH_SESSION *session);
Packit Service 31306d
SSH_OPTIONS *set_opts(int argc, char **argv);
Packit Service 31306d