diff options
Diffstat (limited to 'src/runtime/c/gu/in.h')
| -rw-r--r-- | src/runtime/c/gu/in.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/runtime/c/gu/in.h b/src/runtime/c/gu/in.h index c85a6581b..6ed07a886 100644 --- a/src/runtime/c/gu/in.h +++ b/src/runtime/c/gu/in.h @@ -25,16 +25,9 @@ struct GuIn { GuFinalizer fini; }; - -GuIn -gu_init_in(GuInStream* stream); - GuIn* gu_new_in(GuInStream* stream, GuPool* pool); -GuInStream* -gu_in_proxy_stream(GuIn* in, GuPool* pool); - const uint8_t* gu_in_begin_span(GuIn* in, size_t *sz_out, GuExn* err); |
