- Timestamp:
- 2006-05-24T23:31:20Z (19 years ago)
- Branches:
- master
- Children:
- 51a4ffb
- Parents:
- 601e813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/ssl_sspi.c
r601e813 r80c1e4d 39 39 { 40 40 int fd; 41 SslInputFunction func;41 ssl_input_function func; 42 42 gpointer data; 43 43 gboolean established; … … 60 60 } 61 61 62 void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data )62 void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data ) 63 63 { 64 64 struct scd *conn = g_new0( struct scd, 1 );
Note: See TracChangeset
for help on using the changeset viewer.