src/module.h
changeset 65 d7508879ad01
parent 57 ce1accba5fc7
child 66 ef8c9d7daf62
--- a/src/module.h	Mon Mar 16 00:55:45 2009 +0200
+++ b/src/module.h	Mon Mar 16 01:03:41 2009 +0200
@@ -123,6 +123,11 @@
 
 /**
  * Load a new module
+ *
+ * @param modules the module-loading context
+ * @param module_ptr return the new module via this, if not NULL
+ * @param info the info required to identify and load the module
+ * @param err return error info
  */
 err_t module_load (struct modules *modules, struct module **module_ptr, const struct module_info *info, struct error_info *err);