save
[protos/libecoli.git] / lib / ecoli_init.h
index 9166cdc..11cbad6 100644 (file)
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/**
+ * Register initialization routines.
+ */
+
 #ifndef ECOLI_INIT_
 #define ECOLI_INIT_
 
@@ -68,7 +72,8 @@ void ec_init_register(struct ec_init *test);
 /**
  * Initialize ecoli library
  *
- * Must be called before any other function.
+ * Must be called before any other function from libecoli, except
+ * ec_malloc_register().
  *
  * @return
  *   0 on success, -1 on error (errno is set).