From b1fcc672448f8403a567cd280c2151eb6d5799cb Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Thu, 17 Jul 2025 20:52:49 -0300 Subject: adding documentation --- src/itc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itc.h') diff --git a/src/itc.h b/src/itc.h index 07dc03a..44e3875 100644 --- a/src/itc.h +++ b/src/itc.h @@ -7,7 +7,7 @@ typedef void (*itc_free_element)(void *element); itc *itc_alloc(int nslots); void itc_free(itc **ctx, itc_free_element free_element); -void *itc_retrive(itc *ctx, int timeout_ms); +void *itc_retrieve(itc *ctx, int timeout_ms); int itc_inject(itc *ctx, int timeout_ms, void *element); void itc_wait_empty(itc *ctx); void itc_discard_all(itc *ctx, itc_free_element free_element); -- cgit v1.2.3