comparison src/connection.h @ 6581:0473a28ce807

[gaim-migrate @ 7103] this should fix jabber registrations yet again committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 23 Aug 2003 05:40:51 +0000
parents e5e8d21bd4d8
children e07c66073b6d
comparison
equal deleted inserted replaced
6580:74d1cd241a3d 6581:0473a28ce807
125 * @see gaim_connection_disconnect() 125 * @see gaim_connection_disconnect()
126 */ 126 */
127 void gaim_connection_connect(GaimConnection *gc); 127 void gaim_connection_connect(GaimConnection *gc);
128 128
129 /** 129 /**
130 * Registers a connection.
131 *
132 * @param gc The connection to register.
133 */
134 void gaim_connection_register(GaimConnection *gc);
135
136 /**
130 * Signs a connection off. 137 * Signs a connection off.
131 138
132 * @param gc The connection to sign off. 139 * @param gc The connection to sign off.
133 * 140 *
134 * @see gaim_connection_connect() 141 * @see gaim_connection_connect()