Changeset 3d64e5b for protocols/ssl_gnutls.c
- Timestamp:
- 2005-12-17T12:14:15Z (19 years ago)
- Branches:
- master
- Children:
- 8a9afe4
- Parents:
- 12c6634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/ssl_gnutls.c
r12c6634 r3d64e5b 38 38 struct scd 39 39 { 40 SslInputFunction func;40 ssl_input_function func; 41 41 gpointer data; 42 42 int fd; … … 51 51 52 52 53 void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data )53 void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data ) 54 54 { 55 55 struct scd *conn = g_new0( struct scd, 1 );
Note: See TracChangeset
for help on using the changeset viewer.