diff options
Diffstat (limited to 'src/itc.h')
-rw-r--r-- | src/itc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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__ |