aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-05 10:29:48 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-05 10:29:48 +0000
commit688ac9382f2fc2fadbad49fc65247b9a2117c279 (patch)
tree03112e68f01d4dbce0bc0c3b31c614538a2e807a /include
parent1dc12b9cc550afef13aaca0cc832a5ffff5e428c (diff)
downloadlibssh-688ac9382f2fc2fadbad49fc65247b9a2117c279.tar.gz
libssh-688ac9382f2fc2fadbad49fc65247b9a2117c279.tar.xz
libssh-688ac9382f2fc2fadbad49fc65247b9a2117c279.zip
Don't shadow a global variable declaration in unistd.h.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@400 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index f84fde96..81bc44e2 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -493,7 +493,7 @@ int ssh_socket_completewrite(struct socket *s, void *buffer, u32 len);
int ssh_socket_wait_for_data(struct socket *s, SSH_SESSION *session, u32 len);
int ssh_socket_nonblocking_flush(struct socket *s);
int ssh_socket_blocking_flush(struct socket *s);
-int ssh_socket_poll(struct socket *s, int *write, int *except);
+int ssh_socket_poll(struct socket *s, int *writeable, int *except);
void ssh_socket_set_towrite(struct socket *s);
void ssh_socket_set_toread(struct socket *s);
void ssh_socket_set_except(struct socket *s);