diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libssh/agent.h | 1 | ||||
-rw-r--r-- | include/libssh/crypto.h | 3 | ||||
-rw-r--r-- | include/libssh/libssh.h | 3 | ||||
-rw-r--r-- | include/libssh/priv.h | 3 | ||||
-rw-r--r-- | include/libssh/server.h | 3 | ||||
-rw-r--r-- | include/libssh/sftp.h | 3 |
6 files changed, 6 insertions, 10 deletions
diff --git a/include/libssh/agent.h b/include/libssh/agent.h index bbe9595..42cb230 100644 --- a/include/libssh/agent.h +++ b/include/libssh/agent.h @@ -46,3 +46,4 @@ #define SSH_AGENT_OLD_SIGNATURE 0x01 #endif /* __AGENT_H */ +/* vim: set ts=2 sw=2 et cindent: */ diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h index e363dba..5180539 100644 --- a/include/libssh/crypto.h +++ b/include/libssh/crypto.h @@ -17,8 +17,6 @@ * along with the SSH Library; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. - * - * vim: ts=2 sw=2 et cindent */ /* @@ -67,3 +65,4 @@ struct crypto_struct { #endif }; +/* vim: set ts=2 sw=2 et cindent: */ diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 4e7e4f9..0514095 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -17,8 +17,6 @@ * along with the SSH Library; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. - * - * vim: ts=2 sw=2 et cindent */ #ifndef _LIBSSH_H @@ -385,3 +383,4 @@ int ssh_finalize(void); } #endif #endif /* _LIBSSH_H */ +/* vim: set ts=2 sw=2 et cindent: */ diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 55de553..47652a1 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -17,8 +17,6 @@ * along with the SSH Library; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. - * - * vim: ts=2 sw=2 et cindent */ /* @@ -741,3 +739,4 @@ char *my_gcry_bn2dec(bignum bn); #endif #endif /* _LIBSSH_PRIV_H */ +/* vim: set ts=2 sw=2 et cindent: */ diff --git a/include/libssh/server.h b/include/libssh/server.h index dac318c..26c3319 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -17,8 +17,6 @@ * along with the SSH Library; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. - * - * vim: ts=2 sw=2 et cindent */ /** @@ -179,3 +177,4 @@ int ssh_message_channel_request_reply_success(SSH_MESSAGE *msg); /** * @} */ +/* vim: set ts=2 sw=2 et cindent: */ diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index dc914b1..83c6f1d 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -17,8 +17,6 @@ * along with the SSH Library; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. - * - * vim: ts=2 sw=2 et cindent */ /** @@ -773,3 +771,4 @@ void sftp_handle_remove(SFTP_SESSION *sftp, void *handle); #endif /* SFTP_H */ /** @} */ +/* vim: set ts=2 sw=2 et cindent: */ |