aboutsummaryrefslogtreecommitdiff
path: root/src/itc.h
diff options
context:
space:
mode:
authorNicolas Dato <nicolas.dato@gmail.com>2024-02-27 15:10:37 -0300
committerNicolas Dato <nicolas.dato@gmail.com>2024-02-27 15:10:37 -0300
commit4b1b7cd304e4ec33eabe1690d32ddc9d2f384836 (patch)
tree23bee682a356792d37ee3464ccbdadd668a4f0ef /src/itc.h
parent3c3935dc6d5ba6e4ed33bad1e969aa9888bd3a8a (diff)
downloadlibtuberia-4b1b7cd304e4ec33eabe1690d32ddc9d2f384836.tar.gz
Adding itc_flush
Diffstat (limited to 'src/itc.h')
-rw-r--r--src/itc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itc.h b/src/itc.h
index 0d43e3d..01a0564 100644
--- a/src/itc.h
+++ b/src/itc.h
@@ -9,6 +9,7 @@ void itc_free(itc **ctx, itc_free_element free_element);
void *itc_retrive(itc *ctx, int timeout_ms);
int itc_inject(itc *ctx, int timeout_ms, void *element);
+void itc_flush(itc *ctx);
void itc_drop(itc *ctx, itc_free_element free_element);
#endif //__LIBTUBERIA_ITC_H__