Update TODOs.

This commit is contained in:
Michael R Sweet
2021-05-10 21:33:26 -04:00
parent b030c24ba1
commit 7cb4d0a557
5 changed files with 8 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ _pdfioStreamCreate(
pdfio_obj_t *obj, // I - Object
pdfio_filter_t compression) // I - Compression to apply
{
// TODO: Implement me
// TODO: Implement _pdfioStreamCreate
(void)obj;
(void)compression;
@@ -478,7 +478,7 @@ pdfioStreamWrite(
if (!st || st->pdf->mode != _PDFIO_MODE_WRITE || !buffer || !bytes)
return (false);
// TODO: Implement me
// TODO: Implement pdfioStreamWrite
return (false);
}