diff options
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tests.h b/tests/tests.h deleted file mode 100644 index dd001f1f..00000000 --- a/tests/tests.h +++ /dev/null @@ -1,8 +0,0 @@ -/* -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); - |