]> Git Repo - secp256k1.git/blobdiff - include/secp256k1.h
scratch: add stack frame support
[secp256k1.git] / include / secp256k1.h
index 91cdd3672f597511060088b9ac04d6b0204a7a8a..3c4a311a056817e715d6f75dba41d6d2d511acc0 100644 (file)
@@ -260,12 +260,10 @@ SECP256K1_API void secp256k1_context_set_error_callback(
  *
  *  Returns: a newly created scratch space.
  *  Args: ctx:  an existing context object (cannot be NULL)
- *  In:  init_size: initial amount of memory to allocate
- *        max_size: maximum amount of memory to allocate
+ *  In:   max_size: maximum amount of memory to allocate
  */
 SECP256K1_API SECP256K1_WARN_UNUSED_RESULT secp256k1_scratch_space* secp256k1_scratch_space_create(
     const secp256k1_context* ctx,
-    size_t init_size,
     size_t max_size
 ) SECP256K1_ARG_NONNULL(1);
 
This page took 0.019098 seconds and 4 git commands to generate.