aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-12 17:49:23 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-12 17:49:23 +0000
commit2e0b2e2e913ea25adb56ab5c593ba45ce956f868 (patch)
tree304a9baed0dc738da6de9e74afe366975161e169 /include
parent80ba62a5190b4f066f71a309bd815b4aa3d58b28 (diff)
downloadlibssh-2e0b2e2e913ea25adb56ab5c593ba45ce956f868.tar.gz
libssh-2e0b2e2e913ea25adb56ab5c593ba45ce956f868.tar.xz
libssh-2e0b2e2e913ea25adb56ab5c593ba45ce956f868.zip
Fix the vim modeline and place it at the end of the file.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include')
-rw-r--r--include/libssh/agent.h1
-rw-r--r--include/libssh/crypto.h3
-rw-r--r--include/libssh/libssh.h3
-rw-r--r--include/libssh/priv.h3
-rw-r--r--include/libssh/server.h3
-rw-r--r--include/libssh/sftp.h3
6 files changed, 6 insertions, 10 deletions
diff --git a/include/libssh/agent.h b/include/libssh/agent.h
index bbe95957..42cb2309 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 e363dba0..51805393 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 4e7e4f9e..0514095a 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 55de5535..47652a1c 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 dac318c9..26c33199 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 dc914b19..83c6f1de 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: */