diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-07-31 13:22:11 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-07-31 13:22:11 -0700 |
commit | 8d36a6c5f736495b8df53b91f2df8114257760f5 (patch) | |
tree | 718d20c6d9dd31ea228bbb240cae464d27d4a852 /libssh2-sys/libssh2-1.5.0/src/comp.h | |
parent | 2194e226a05ede85b3cea1bbbf2a091405624f55 (diff) | |
download | ssh2-rs-8d36a6c5f736495b8df53b91f2df8114257760f5.zip |
Move libssh2 to a submodule
Development is now on github!
Diffstat (limited to 'libssh2-sys/libssh2-1.5.0/src/comp.h')
-rw-r--r-- | libssh2-sys/libssh2-1.5.0/src/comp.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/libssh2-sys/libssh2-1.5.0/src/comp.h b/libssh2-sys/libssh2-1.5.0/src/comp.h deleted file mode 100644 index 8edc150..0000000 --- a/libssh2-sys/libssh2-1.5.0/src/comp.h +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef __LIBSSH2_COMP_H -#define __LIBSSH2_COMP_H - -/* Copyright (C) 2009-2010 by Daniel Stenberg - * - * Redistribution and use in source and binary forms, - * with or without modification, are permitted provided - * that the following conditions are met: - * - * Redistributions of source code must retain the above - * copyright notice, this list of conditions and the - * following disclaimer. - * - * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * Neither the name of the copyright holder nor the names - * of any other contributors may be used to endorse or - * promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND - * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, - * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE - * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY - * OF SUCH DAMAGE. - * - */ - -#include "libssh2_priv.h" - -const LIBSSH2_COMP_METHOD **_libssh2_comp_methods(LIBSSH2_SESSION *session); - -#endif /* __LIBSSH2_COMP_H */ |