From f034dbc3eb32fda727357834d3a03a42df12edef Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 19 Jan 2023 22:43:05 -0800 Subject: til_stream: add til_stream_pipe_set_driving_tap() --- src/til_stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/til_stream.h') diff --git a/src/til_stream.h b/src/til_stream.h index 49e1e58..1e9c516 100644 --- a/src/til_stream.h +++ b/src/til_stream.h @@ -49,5 +49,6 @@ void til_stream_fprint(til_stream_t *stream, FILE *out); int til_stream_for_each_pipe(til_stream_t *stream, til_stream_iter_func_t pipe_cb, void *cb_arg); void til_stream_pipe_set_owner(til_stream_pipe_t *pipe, const void *owner, const void *owner_foo); +void til_stream_pipe_set_driving_tap(til_stream_pipe_t *pipe, const til_tap_t *driving_tap); #endif -- cgit v1.2.1