aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
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 0000000..dd001f1
--- /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);
+