X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstream.h;h=b5a1e6092edf7bed4c74eea92bbe2163cf09396c;hb=49eca40060b04105343874714fa67976b9430def;hp=73c46d706de08048a536abc57eef55a608c884be;hpb=3bcfb092671765e3ece0c4225c4e69ad960b31cc;p=rodin%2Fchimara.git diff --git a/src/stream.h b/src/stream.h index 73c46d7..b5a1e60 100644 --- a/src/stream.h +++ b/src/stream.h @@ -39,5 +39,5 @@ struct glk_stream_struct }; strid_t window_stream_new(winid_t window); - +void stream_close_common(strid_t str, stream_result_t *result); #endif