1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

crypt: Rename to packet_crypt.

This commit is contained in:
Andreas Schneider
2011-09-17 20:05:58 +02:00
parent acfc8ea83f
commit b785014a15
5 changed files with 20 additions and 18 deletions

View File

@@ -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);