aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/poll.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-17 20:05:58 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-18 21:37:17 +0200
commitb785014a15f18a77dd348b7d696983f08f0b68a3 (patch)
tree3ce27c7fb484204886f3816729a6d548b4acb8e0 /include/libssh/poll.h
parentacfc8ea83fcaa424f2800acda627f919a45e6bb2 (diff)
downloadlibssh-b785014a15f18a77dd348b7d696983f08f0b68a3.tar.gz
libssh-b785014a15f18a77dd348b7d696983f08f0b68a3.tar.xz
libssh-b785014a15f18a77dd348b7d696983f08f0b68a3.zip
crypt: Rename to packet_crypt.
Diffstat (limited to 'include/libssh/poll.h')
-rw-r--r--include/libssh/poll.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/poll.h b/include/libssh/poll.h
index 88a16a1e..6c5dbbe2 100644
--- a/include/libssh/poll.h
+++ b/include/libssh/poll.h
@@ -21,6 +21,7 @@
#ifndef POLL_H_
#define POLL_H_
+
#include "config.h"
#ifdef HAVE_POLL
@@ -135,6 +136,7 @@ typedef struct ssh_poll_handle_struct *ssh_poll_handle;
typedef int (*ssh_poll_callback)(ssh_poll_handle p, socket_t fd, int revents,
void *userdata);
+struct ssh_socket_struct;
ssh_poll_handle ssh_poll_new(socket_t fd, short events, ssh_poll_callback cb,
void *userdata);