Skip to content

Commit 2376e48

Browse files
committed
Fix return values
1 parent 590a02e commit 2376e48

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

doc/dox_comments/header_files/memory.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@ int wolfSSL_is_static_memory(WOLFSSL* ssl, WOLFSSL_MEM_CONN_STATS* mem_stats);
376376
buffers to themselves for their lifetime.
377377
WOLFMEM_TRACK_STATS - each SSL keeps track of memory stats while running
378378
379-
\return If successful, 0 will be returned.
380-
\return All unsuccessful return values will be less than 0.
379+
\return none This function does not return a value.
381380
382381
\param pHint WOLFSSL_HEAP_HINT structure to use
383382
\param buf memory to use for all operations.
@@ -420,8 +419,7 @@ int wc_LoadStaticMemory(WOLFSSL_HEAP_HINT** pHint, unsigned char* buf,
420419
into functions. This extended version allows for custom bucket sizes and distributions
421420
instead of using the default predefined sizes.
422421
423-
\return If successful, 0 will be returned.
424-
\return All unsuccessful return values will be less than 0.
422+
\return none This function does not return a value.
425423
426424
\param pHint WOLFSSL_HEAP_HINT handle to initialize
427425
\param listSz number of entries in the size and distribution lists

0 commit comments

Comments
 (0)