aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/sftp.h
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/libssh/sftp.h
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/libssh/sftp.h')
-rw-r--r--include/libssh/sftp.h3
1 files changed, 1 insertions, 2 deletions
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: */