Stub stream implementations.

This commit is contained in:
Michael R Sweet
2021-04-30 07:06:56 -04:00
parent e2e2192ea9
commit 3a80327646
2 changed files with 81 additions and 18 deletions

View File

@@ -188,7 +188,7 @@ extern bool _pdfioFileWrite(pdfio_file_t *pdf, const char *buffer, size_t bytes
extern void _pdfioObjDelete(pdfio_obj_t *obj) PDFIO_INTERNAL;
extern void _pdfioStreamDelete(pdfio_stream_t *obj) PDFIO_INTERNAL;
extern void _pdfioStreamDelete(pdfio_stream_t *st) PDFIO_INTERNAL;
extern bool _pdfioStringIsAllocated(pdfio_file_t *pdf, const char *s) PDFIO_INTERNAL;