src/irc_client.h
changeset 87 f0db6ebf18b9
parent 63 d399a1d915a3
child 98 f357f835f0d5
--- a/src/irc_client.h	Mon Mar 30 01:31:13 2009 +0300
+++ b/src/irc_client.h	Mon Mar 30 01:31:27 2009 +0300
@@ -10,7 +10,7 @@
 #include <sys/queue.h>
 
 /**
- * The IRC client
+ * High-level IRC client state, this just means a set of named irc_net's and some common behaviour.
  */
 struct irc_client {
     /** Our set of configured IRC networks */
@@ -39,6 +39,7 @@
  * @param client the irc_client state
  * @param net_ptr used to return the new irc_net if not NULL
  * @param net_info info required to identify and connect to the network
+ * @param err returned error info
  */
 err_t irc_client_add_net (struct irc_client *client, struct irc_net **net_ptr, struct irc_net_info *net_info, struct error_info *err);