aboutsummaryrefslogtreecommitdiff
path: root/src/itc.h
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2025-07-17 20:52:49 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2025-07-18 07:15:02 -0300
commitb1fcc672448f8403a567cd280c2151eb6d5799cb (patch)
tree995ef80358f3c88807d8034b5ad3f78b54301482 /src/itc.h
parentee208b6f61a4f2f52d6a796acdb0764374d23234 (diff)
downloadlibtuberia-b1fcc672448f8403a567cd280c2151eb6d5799cb.tar.gz
adding documentation
Diffstat (limited to 'src/itc.h')
-rw-r--r--src/itc.h2
1 files changed, 1 insertions, 1 deletions
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);