diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-05 11:20:39 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-05 11:20:39 +0000 |
| commit | 7c0bad50921365746ea362710015853a4879c0a7 (patch) | |
| tree | ead13c32a5b2d8ed2968bcdc5b58e5e7eed79720 /src/runtime/c/gu/in.h | |
| parent | 504341dfbafdcd858704350162bb7e233cf6daf2 (diff) | |
remove the read and write modules from libgu. this simplifies the i/o layer
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); |
