summaryrefslogtreecommitdiff
path: root/src/til_stream.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-01-19 22:45:23 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-01-21 13:34:10 -0800
commit54c35f22204982eef4eb606d0bf58ea945a2c0b5 (patch)
tree844d26f8559d181c9fc1bcf8c35126cd1825cbab /src/til_stream.h
parentf034dbc3eb32fda727357834d3a03a42df12edef (diff)
til_stream: minor cosmetic naming/comments fixes
Some clarifications
Diffstat (limited to 'src/til_stream.h')
-rw-r--r--src/til_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/til_stream.h b/src/til_stream.h
index 1e9c516..3e83c7d 100644
--- a/src/til_stream.h
+++ b/src/til_stream.h
@@ -30,7 +30,7 @@ typedef struct til_tap_t til_tap_t;
* things can be done to it (like changing the ownership?)
* return 0 to stop iterating, 1 to continue, -errno on error
*/
-typedef int (til_stream_iter_func_t)(void *arg, til_stream_pipe_t *pipe, const void *owner, const void *owner_foo, const til_tap_t *driving_tap);
+typedef int (til_stream_iter_func_t)(void *context, til_stream_pipe_t *pipe, const void *owner, const void *owner_foo, const til_tap_t *driving_tap);
til_stream_t * til_stream_new(void);
til_stream_t * til_stream_free(til_stream_t *stream);
© All Rights Reserved