cmd.c
changeset 36 57b2c4f84169
parent 35 7ee07b3cc5f9
child 37 ed1b8250a170
--- a/cmd.c	Thu Nov 13 02:32:01 2014 +0200
+++ b/cmd.c	Thu Nov 13 02:32:29 2014 +0200
@@ -25,15 +25,15 @@
 #include <errno.h>
 #include <string.h>
 
-#include <mcabber/commands.h>
-#include <mcabber/logprint.h>
-#include <mcabber/utils.h>
-#include <mcabber/settings.h>
-#include <mcabber/hbuf.h>
-#include <mcabber/xmpp.h>
-#include <mcabber/roster.h>
-#include <mcabber/modules.h>
-#include <mcabber/hooks.h>
+#include <mcabber/commands.h> // cmd_add (), cmd_del ()
+#include <mcabber/hbuf.h>     // HBB_BLOCKSIZE
+#include <mcabber/hooks.h>    // hk_message_out ()
+#include <mcabber/logprint.h> // scr_log_print ()
+#include <mcabber/modules.h>  // module_info_t
+#include <mcabber/roster.h>   // roster_find ()
+#include <mcabber/settings.h> // setting_opt_get (), settings_opt_get_int ()
+#include <mcabber/utils.h>    // to_utf8 ()
+#include <mcabber/xmpp.h>     // xmpp_is_online (), xmpp_send_msg ()
 
 #include "config.h"