poll: Added a cleanup function to free the ws2_32 library.

This commit is contained in:
Andreas Schneider
2010-05-17 11:19:31 +02:00
parent 2234c115f2
commit 488e822c8d
5 changed files with 26 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ struct ssh_socket_struct;
typedef struct ssh_socket_struct* ssh_socket;
int ssh_socket_init(void);
void ssh_socket_cleanup(void);
ssh_socket ssh_socket_new(ssh_session session);
void ssh_socket_free(ssh_socket s);
void ssh_socket_set_fd(ssh_socket s, socket_t fd);