forked from GitHub/gf-core
remove the read and write modules from libgu. this simplifies the i/o layer
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user