]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_init.h
save
[protos/libecoli.git] / lib / ecoli_init.h
index 9166cdca71db388a8a7b0c2dfd9376934cb8f1e8..11cbad6a488024a0954e8dd9211689484802794b 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).