aboutsummaryrefslogtreecommitdiff
path: root/libssh/sftp.c
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-27 10:02:16 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-27 10:02:16 +0000
commitfd79249df608156410cf5119145abb791d2e43ee (patch)
tree4628b1771537d7e6e27da87306f1ff1294aa5783 /libssh/sftp.c
parent50616076c73d6c9c6f4ade6bcf21e73b59f47c89 (diff)
downloadlibssh-fd79249df608156410cf5119145abb791d2e43ee.tar.gz
libssh-fd79249df608156410cf5119145abb791d2e43ee.tar.xz
libssh-fd79249df608156410cf5119145abb791d2e43ee.zip
Reformat the sftp_open() function.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@608 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/sftp.c')
-rw-r--r--libssh/sftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/sftp.c b/libssh/sftp.c
index 763fd645..96e5654b 100644
--- a/libssh/sftp.c
+++ b/libssh/sftp.c
@@ -1351,7 +1351,8 @@ int sftp_closedir(SFTP_DIR *dir){
}
/* Open a file on the server. */
-SFTP_FILE *sftp_open(SFTP_SESSION *sftp, const char *file, int flags, mode_t mode){
+SFTP_FILE *sftp_open(SFTP_SESSION *sftp, const char *file, int flags,
+ mode_t mode) {
SFTP_MESSAGE *msg = NULL;
STATUS_MESSAGE *status;
SFTP_ATTRIBUTES attr;