save
[protos/libecoli.git] / lib / ecoli_init.h
index 9166cdc..b70e4dc 100644 (file)
@@ -68,7 +68,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).