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