aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-03-17 02:31:22 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-03-17 02:31:22 +0000
commit46b96a145cde14b7ecf4a9608173508aa877b9fa (patch)
treee8ae1288f955d0d09fd5ebb88b2e5edd4487e841 /tests/tests.h
parentebbca06b045cec6367deb4eb7a947cde2090dedc (diff)
downloadlibssh-46b96a145cde14b7ecf4a9608173508aa877b9fa.tar.gz
libssh-46b96a145cde14b7ecf4a9608173508aa877b9fa.tar.xz
libssh-46b96a145cde14b7ecf4a9608173508aa877b9fa.zip
preliminary test suite
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@153 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
new file mode 100644
index 00000000..dd001f1f
--- /dev/null
+++ b/tests/tests.h
@@ -0,0 +1,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);
+