Ignore:
Timestamp:
2005-12-17T12:14:15Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8a9afe4
Parents:
12c6634
Message:

Camel case, yuck!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/ssl_bogus.c

    r12c6634 r3d64e5b  
    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 );
Note: See TracChangeset for help on using the changeset viewer.