Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_bogus.c

    r701acdd4 r08995b0  
    2828int ssl_errno;
    2929
    30 void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data )
     30void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data )
    3131{
    3232        return( NULL );
     
    5151        return( -1 );
    5252}
     53
     54GaimInputCondition ssl_getdirection( void *conn )
     55{
     56        return GAIM_INPUT_READ;
     57}
Note: See TracChangeset for help on using the changeset viewer.