diff src/connection.h @ 10742:4228b6d78506

[gaim-migrate @ 12344] Combine gaim_connection_destroy and gaim_connection_disconnect committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 00:20:43 +0000
parents 94cc67130789
children ca69d597a5e2
line wrap: on
line diff
--- a/src/connection.h	Sat Mar 26 23:37:39 2005 +0000
+++ b/src/connection.h	Sun Mar 27 00:20:43 2005 +0000
@@ -114,7 +114,7 @@
 /*@{*/
 
 /**
- * This function should only be called by gaim_connection_connect()
+ * This function should only be called by gaim_account_connect()
  * in account.c.  If you're trying to sign on an account, use that
  * function instead.
  *
@@ -134,7 +134,7 @@
 									const char *password);
 
 /**
- * This function should only be called by gaim_connection_connect()
+ * This function should only be called by gaim_account_disconnect()
  * in account.c.  If you're trying to sign on an account, use that
  * function instead.
  *
@@ -145,19 +145,6 @@
 void gaim_connection_destroy(GaimConnection *gc);
 
 /**
- * This function should only be called by gaim_connection_disconnect()
- * in account.c.  If you're trying to sign out an account, use that
- * function instead.
- *
- * Logs out of this connection.
- *
- * @param gc The connection to log out.
- *
- * @see gaim_connection_connect()
- */
-void gaim_connection_disconnect(GaimConnection *gc);
-
-/**
  * Sets the connection state.
  *
  * @param gc    The connection.