Changeset 3d64e5b for protocols/ssl_client.h
- Timestamp:
- 2005-12-17T12:14:15Z (17 years ago)
- Branches:
- master
- Children:
- 8a9afe4
- Parents:
- 12c6634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/ssl_client.h
r12c6634 r3d64e5b 33 33 extern int ssl_errno; 34 34 35 typedef void (* SslInputFunction)(gpointer, void*, GaimInputCondition);35 typedef void (*ssl_input_function)(gpointer, void*, GaimInputCondition); 36 36 37 G_MODULE_EXPORT void *ssl_connect( char *host, int port, SslInputFunction func, gpointer data );37 G_MODULE_EXPORT void *ssl_connect( char *host, int port, ssl_input_function func, gpointer data ); 38 38 G_MODULE_EXPORT int ssl_read( void *conn, char *buf, int len ); 39 39 G_MODULE_EXPORT int ssl_write( void *conn, const char *buf, int len );
Note: See TracChangeset
for help on using the changeset viewer.