Ignore:
Timestamp:
2006-05-24T23:31:20Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
51a4ffb
Parents:
601e813
Message:

#ifdef out some Win32-incompatible code blocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_sspi.c

    r601e813 r80c1e4d  
    3939{
    4040        int fd;
    41         SslInputFunction func;
     41        ssl_input_function func;
    4242        gpointer data;
    4343        gboolean established;
     
    6060}
    6161
    62 void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data )
     62void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data )
    6363{
    6464        struct scd *conn = g_new0( struct scd, 1 );
Note: See TracChangeset for help on using the changeset viewer.