src/irc_log.h
branchmodules
changeset 56 942370000450
parent 55 6f7f6ae729d0
child 57 ce1accba5fc7
--- a/src/irc_log.h	Sun Mar 15 01:17:22 2009 +0200
+++ b/src/irc_log.h	Sun Mar 15 23:01:12 2009 +0200
@@ -20,8 +20,8 @@
  * Set one of the config options:
  *
  *  db_info     - the database connection string
- *  channel     - the network:channel to log
+ *  channel     - the '<network>/<channel>' to log
  */
-err_t irc_log_conf (struct module *module, const char *name, char *value);
+err_t irc_log_conf (void *mod_ctx, const char *name, char *value, struct error_info *err);
 
 #endif