diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 13:14:15 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-12-17 13:14:15 +0100 | 
| commit | 3d64e5bbdcca4df5a3d4aa79041d0b54f68f599f (patch) | |
| tree | 126ce2a4035e37dfc5aa976f6209075eae40ac93 /protocols/ssl_gnutls.c | |
| parent | 12c6634050984e3a7da472b603ddb63e7c7500c8 (diff) | |
Camel case, yuck!
Diffstat (limited to 'protocols/ssl_gnutls.c')
| -rw-r--r-- | protocols/ssl_gnutls.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/protocols/ssl_gnutls.c b/protocols/ssl_gnutls.c index c2eb6906..aab5eaed 100644 --- a/protocols/ssl_gnutls.c +++ b/protocols/ssl_gnutls.c @@ -37,7 +37,7 @@ static gboolean initialized = FALSE;  struct scd  { -	SslInputFunction func; +	ssl_input_function func;  	gpointer data;  	int fd;  	gboolean established; @@ -50,7 +50,7 @@ struct scd  static void ssl_connected( gpointer data, gint source, GaimInputCondition cond ); -void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data ) +void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data )  {  	struct scd *conn = g_new0( struct scd, 1 ); | 
