1
1
libssh/tests/tests.h
Aris Adamantiadis 46b96a145c preliminary test suite
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@153 7dcaeef0-15fb-0310-b436-a5af3365683c
2008-03-17 02:31:22 +00:00

9 строки
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);