From 7c0bad50921365746ea362710015853a4879c0a7 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Sep 2013 11:20:39 +0000 Subject: remove the read and write modules from libgu. this simplifies the i/o layer --- src/runtime/c/gu/in.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/runtime/c/gu/in.h') 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); -- cgit v1.2.3